How does the nested run loop? It turns each run loop runs the Independence of each other? or they are in sequence? I understand how CFRunLoopStop - stops the last nesting runloop?
Asked
Active
Viewed 203 times
0
-
my example https://github.com/mefilt/RunLoop – Ruslan Prokofev Feb 01 '15 at 15:40
-
You should post the code you are asking about here. That said, it's unclear to me what is nested about anything in the code. It looks like you call for the currentRunLoop singleton everywhere. – stevesliva Feb 03 '15 at 20:18