Skip to content

Instantly share code, notes, and snippets.

@keyvan-m-sadeghi
Last active February 19, 2019 07:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keyvan-m-sadeghi/4550a7587d140d9e5fa67c1bec67e8b4 to your computer and use it in GitHub Desktop.
Save keyvan-m-sadeghi/4550a7587d140d9e5fa67c1bec67e8b4 to your computer and use it in GitHub Desktop.
[states.resolved]: {
...
then: tryCall,
catch: _ => this
},
[states.rejected]: {
...
then: _ => this,
catch: tryCall
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment