Skip to content

Instantly share code, notes, and snippets.

@vvsevolodovich
Created June 2, 2020 13:33
Show Gist options
  • Save vvsevolodovich/b4be14b5ae30a53844c5b8ea1fec6564 to your computer and use it in GitHub Desktop.
Save vvsevolodovich/b4be14b5ae30a53844c5b8ea1fec6564 to your computer and use it in GitHub Desktop.
public actual override fun <T> interceptContinuation(continuation: Continuation<T>): Continuation<T> =
DispatchedContinuation(this, continuation)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment