Contents

CFRunLoopSourceIsValid(_:)

Returns a Boolean value that indicates whether a CFRunLoopSource object is valid and able to fire.

Declaration

func CFRunLoopSourceIsValid(_ source: CFRunLoopSource!) -> Bool

Parameters

  • source:

    The run loop source to examine.

Return Value

true if source is valid, otherwise false.

See Also

CFRunLoopSource Miscellaneous Functions