Created
March 2, 2018 06:11
-
-
Save irskep/5e948cd1095cfa5bb2a83fa4529503ba 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
// do some stuff... | |
func test() { | |
DispatchQueue.main.async { | |
print(Thread.isMainThread) | |
exit(0) | |
} | |
} | |
test() | |
dispatchMain() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment