Skip to content
Amr Aboelela edited this page Mar 17, 2015 · 1 revision

Parent page: CoreFoundation

  • Our CFRunLoop will wrap the NSRunLoop structure.
  • CFRunLoop has c functions which is same like NSRunloop methods, but instead of using Objective-C, it uses global c-functions. The reason it is c functions and not Objective-c methods, is to be as fast as possible, as those methods will get called frequently inside the application run loop.

##See also

##External links

Clone this wiki locally