CFRunLoopSourceIsValid(_:)
Returns a Boolean value that indicates whether a CFRunLoopSource object is valid and able to fire.
Declaration
func CFRunLoopSourceIsValid(_ source: CFRunLoopSource!) -> BoolParameters
- source:
The run loop source to examine.
Return Value
true if source is valid, otherwise false.