Last active
September 27, 2016 15:45
-
-
Save Kureev/df556444a1ca23c8d9e45c35f5800c67 to your computer and use it in GitHub Desktop.
This file contains 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
- (void)runJSVMThread { | |
[[[ChakraProxy alloc] init] run]; | |
NSRunLoop *runloop = [NSRunLoop currentRunLoop]; | |
while (true) { | |
[runloop runMode:NSDefaultRunLoopMode beforeDate:[NSDate distantFuture]]; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment