NSRunLoop is a class in Apple's Foundation framework. It processes inputs such as user events, network activity, and NSTimer events.
NSRunLoop
is a class in Apple's Foundation framework for OS X and iOS. It processes inputs such as user events, network activity, and NSTimer
events. Each NSThread
object automatically receives its own NSRunLoop
; apps cannot explicitly create or manage NSRunLoop
objects.