Contents

schedule

A scheduling callback for the run loop source. This callback is called when the source is added to a run loop mode. Can be NULL.

Declaration

var schedule: ((UnsafeMutableRawPointer?, CFRunLoop?, CFRunLoopMode?) -> Void)!

Parameters

  • info:

    The info member of the Cfrunloopsourcecontext structure that was used when creating the run loop source.

  • rl:

    The run loop in which the source is being scheduled.

  • mode:

    The run loop mode in which the source is being scheduled.

See Also

Callbacks