Skip to content

Instantly share code, notes, and snippets.

@KhomDrake
Created March 20, 2022 22:01
Show Gist options
  • Save KhomDrake/d52cc20a44537b76f4d472da6e174309 to your computer and use it in GitHub Desktop.
Save KhomDrake/d52cc20a44537b76f4d472da6e174309 to your computer and use it in GitHub Desktop.
fun <T> Continuation<T>.resume(value: T)
fun <T> Continuation<T>.resumeWithException(exception: Throwable)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment