Skip to content

Instantly share code, notes, and snippets.

@ifucolo
Created August 2, 2022 18:24
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 ifucolo/31160c404587675b12ce571f2d85dc4d to your computer and use it in GitHub Desktop.
Save ifucolo/31160c404587675b12ce571f2d85dc4d to your computer and use it in GitHub Desktop.
@DefaultDispatcher
@Provides
fun providesDefaultDispatcher(): CoroutineDispatcher = Dispatchers.Default
@IoDispatcher
@Provides
fun providesIoDispatcher(): CoroutineDispatcher = Dispatchers.IO
@MainDispatcher
@Provides
fun providesMainDispatcher(): CoroutineDispatcher = Dispatchers.Main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment