Skip to content

Instantly share code, notes, and snippets.

@chao2zhang
Created December 12, 2021 23:31
Show Gist options
  • Save chao2zhang/42668f3aa15fc06cde5e39280c2008ad to your computer and use it in GitHub Desktop.
Save chao2zhang/42668f3aa15fc06cde5e39280c2008ad to your computer and use it in GitHub Desktop.
Shared Dispatcher
@CoDispatcher(DispatcherType.SHARED)
@Singleton
@Provides
fun sharedDispatcher(threadPoolExecutor: ThreadPoolExecutor): CoroutineDispatcher {
return threadPoolExecutor.asCoroutineDispatcher()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment