Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@RBusarow
Created January 12, 2020 00:00
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 RBusarow/c1ae395f09d53b1c9b584739e7bd06ef to your computer and use it in GitHub Desktop.
Save RBusarow/c1ae395f09d53b1c9b584739e7bd06ef to your computer and use it in GitHub Desktop.
interface DefaultCoroutineScope : CoroutineScope
interface IOCoroutineScope : CoroutineScope
interface MainCoroutineScope : CoroutineScope
interface MainImmediateCoroutineScope : CoroutineScope
interface UnconfinedCoroutineScope : CoroutineScope
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment