ApplicationCoroutineScope

@Singleton
class ApplicationCoroutineScope : CoroutineScope, AutoCloseable

Constructors

Link copied to clipboard
fun ApplicationCoroutineScope()

Functions

Link copied to clipboard
@PreDestroy
open override fun close()

Properties

Link copied to clipboard
open override val coroutineContext: CoroutineContext