Skip to content

Instantly share code, notes, and snippets.

@af2905
Created November 11, 2023 22:02
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 af2905/e0f800add48be58e015bee3ae5fe7fcf to your computer and use it in GitHub Desktop.
Save af2905/e0f800add48be58e015bee3ae5fe7fcf to your computer and use it in GitHub Desktop.
continuation_invoke
public final Object invoke(Object var1, Object var2) {
return ((<undefinedtype>)this.create(var1, (Continuation)var2)).invokeSuspend(Unit.INSTANCE);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment