get

suspend fun get(): T

Gets the value for the current coroutineContext.


fun get(scope: CoroutineScope): T

Gets the value for the given scope.


fun get(context: CoroutineContext): T

Gets the value for the given context.