Created
April 5, 2017 10:08
-
-
Save czwen/4b43c26a20c0ddbf2be8825fc53db5c4 to your computer and use it in GitHub Desktop.
轮询 降低开销
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while (YES) | |
{ | |
[[NSRunLoop currentRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate distantFuture]]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment