CoroutineModule

@Module
object CoroutineModule

Dagger module that provides a CoroutineScope tied to the application lifecycle.

Functions

Link copied to clipboard
@Provides
@Singleton
fun providesCoroutineScope(dispatcher: CoroutineDispatcher): CoroutineScope

Provides a CoroutineScope that is tied to the application lifecycle.