Closed colemancda closed 6 years ago
Implement a mechanism based on DispatchQueue or CFRunloop (or both) to wakeup and execute the IO for pending input / output instead of a simple while loop.
DispatchQueue
CFRunloop
while
Implement a mechanism based on
DispatchQueue
orCFRunloop
(or both) to wakeup and execute the IO for pending input / output instead of a simplewhile
loop.