CFRunLoopGetCurrent()
Returns the CFRunLoop object for the current thread.
Declaration
func CFRunLoopGetCurrent() -> CFRunLoop!Return Value
Current thread’s run loop. Ownership follows the The Get Rule.
Discussion
Each thread has exactly one run loop associated with it.
See Also
Related Documentation
- Threading Programming Guide
- Concurrency Programming Guide