ConcurrencyInfo
class ConcurrencyInfo(val dispatcher: CoroutineDispatcher, val coroutineScope: CoroutineScope) : ExecutionContext.Element
Content copied to clipboard
Constructors
Link copied to clipboard
fun ConcurrencyInfo(dispatcher: CoroutineDispatcher, coroutineScope: CoroutineScope)
Content copied to clipboard
Types
Functions
Link copied to clipboard
open operator override fun <E : ExecutionContext.Element> get(key: ExecutionContext.Key<E>): E?
Content copied to clipboard
Link copied to clipboard
open override fun minusKey(key: ExecutionContext.Key<*>): ExecutionContext
Content copied to clipboard
Link copied to clipboard