Skip to content

Instantly share code, notes, and snippets.

@eriadam
Created May 31, 2017 20:32
Show Gist options
  • Save eriadam/dce6c375a0f6af1a2ea20677ef10d0de to your computer and use it in GitHub Desktop.
Save eriadam/dce6c375a0f6af1a2ea20677ef10d0de to your computer and use it in GitHub Desktop.
Do Stuff Async
@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