Last active
February 22, 2018 07:16
-
-
Save nic004/50c3af55e15acd4e44942a0a4c44f082 to your computer and use it in GitHub Desktop.
promise with ReactiveSwift #2
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
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