kotlin.coroutines.experimental.EmptyCoroutineContext.plus

plus

fun plus(context: CoroutineContext): CoroutineContext

Overrides CoroutineContext.plus

Returns a context containing elements from this context and elements from other context. The elements from this context with the same key as in the other one are dropped.