Skip to content

Instantly share code, notes, and snippets.

@aleksandarzekovic
Last active August 13, 2022 16:57
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 aleksandarzekovic/504152daff051713d0c22dc4dbfde422 to your computer and use it in GitHub Desktop.
Save aleksandarzekovic/504152daff051713d0c22dc4dbfde422 to your computer and use it in GitHub Desktop.
public interface Continuation<in T> {
public val context: CoroutineContext
public fun resumeWith(result: Result<T>)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment