Skip to content

Instantly share code, notes, and snippets.

@RBusarow
Created July 13, 2019 22:48
Show Gist options
  • Save RBusarow/333f6d2aa246910e9b05961a51d5a3ef to your computer and use it in GitHub Desktop.
Save RBusarow/333f6d2aa246910e9b05961a51d5a3ef to your computer and use it in GitHub Desktop.
Medium-on-a-phone friendly definition of CoroutineScope
interface CoroutineScope {
val coroutineContext: CoroutineContext
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment