Created
July 27, 2019 08:59
-
-
Save codedeman/3bab53818c4f8d40b3bb4eb3bc827415 to your computer and use it in GitHub Desktop.
closure
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
func run(completion:@escaping()->Void) { | |
DispatchQueue.main.async { | |
completion() | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment