Skip to content

Instantly share code, notes, and snippets.

@nic004
Last active February 22, 2018 07:16
Show Gist options
  • Save nic004/50c3af55e15acd4e44942a0a4c44f082 to your computer and use it in GitHub Desktop.
Save nic004/50c3af55e15acd4e44942a0a4c44f082 to your computer and use it in GitHub Desktop.
promise with ReactiveSwift #2
class Promise<Value, Error: Swift.Error> {
...
deinit {
sp.start()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment