Skip to content

Instantly share code, notes, and snippets.

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/d8e81d43db4f2a08fd4891d3a2ba8b73 to your computer and use it in GitHub Desktop.
Save aleksandarzekovic/d8e81d43db4f2a08fd4891d3a2ba8b73 to your computer and use it in GitHub Desktop.
// CoroutineDispatcher
public final 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