Skip to content

Instantly share code, notes, and snippets.

@chaxiu
Created October 18, 2020 12:04
Show Gist options
  • Save chaxiu/41a489cf3450d2e38352bcdf0d9ea4ec to your computer and use it in GitHub Desktop.
Save chaxiu/41a489cf3450d2e38352bcdf0d9ea4ec to your computer and use it in GitHub Desktop.
// Continuation is nothing but CallBack
// ↓
public static final Object getUserInfo(Continuation $completion) {
...
return "BoyCoder";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment