Skip to content

Instantly share code, notes, and snippets.

@gabrielkirsten
Created June 26, 2020 14:53
Show Gist options
  • Save gabrielkirsten/37fbb20bd7e9401eff020b9eaf78425d to your computer and use it in GitHub Desktop.
Save gabrielkirsten/37fbb20bd7e9401eff020b9eaf78425d to your computer and use it in GitHub Desktop.
interface Continuation<in T> {
val context: CoroutineContext
fun resumeWith(result: Result<T>)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment