CFRunLoopSourceGetOrder(_:)
Returns the ordering parameter for a CFRunLoopSource object.
Declaration
func CFRunLoopSourceGetOrder(_ source: CFRunLoopSource!) -> CFIndexParameters
- source:
The run loop source to examine.
Return Value
The ordering parameter for source, which the run loop uses (for version 0 sources only) to determine the order in which sources are processed when multiple sources are firing.