plus
open operator override fun plus(context: CoroutineContext): CoroutineContext
Content copied to clipboard
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.