get

suspend fun get(): T

Gets the value for the current coroutineContext.


suspend fun get(scope: CoroutineScope): T

Gets the value for the given scope.


suspend fun get(context: CoroutineContext): T

Gets the value for the given context.