Skip to content

Instantly share code, notes, and snippets.

@czwen
Created April 5, 2017 10:08
Show Gist options
  • Save czwen/4b43c26a20c0ddbf2be8825fc53db5c4 to your computer and use it in GitHub Desktop.
Save czwen/4b43c26a20c0ddbf2be8825fc53db5c4 to your computer and use it in GitHub Desktop.
轮询 降低开销
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