Created
May 31, 2017 20:32
-
-
Save eriadam/dce6c375a0f6af1a2ea20677ef10d0de to your computer and use it in GitHub Desktop.
Do Stuff Async
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
@discardableResult func doStuff( | |
string: String, | |
completion: (([String]) -> Void)? = nil) throws -> Promise<[String]> {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment