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 |
Last active
January 17, 2019 22:04
-
-
Save wesQ3/9898981 to your computer and use it in GitHub Desktop.
Future cheatsheet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment