Skip to content

Instantly share code, notes, and snippets.

@wesQ3
Last active January 17, 2019 22:04
Show Gist options
  • Save wesQ3/9898981 to your computer and use it in GitHub Desktop.
Save wesQ3/9898981 to your computer and use it in GitHub Desktop.
Future cheatsheet
State boolean CB CB Returning Future CB Returning Future & taking Future
Ready
(Failed/Done)
is_ready on_ready followed_by
Failed on_fail else else_with_f
Done is_done on_done then then_with_f
Cancelled on_cancel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment