We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7fa0b commit e9f31d9Copy full SHA for e9f31d9
kotlinx-coroutines-core/jvm/src/CoroutineContext.kt
@@ -10,8 +10,8 @@ import kotlin.coroutines.jvm.internal.CoroutineStackFrame
10
11
/**
12
* Creates context for the new coroutine. It installs [Dispatchers.Default] when no other dispatcher nor
13
- * [ContinuationInterceptor] is specified, and adds optional support for
14
- * copyable thread context [elements][CopyableThreadContextElement] and debugging facilities (when turned on).
+ * [ContinuationInterceptor] is specified and adds support for
+ * copyable thread context [elements][CopyableThreadContextElement] and debugging facilities (optionally, when turned on).
15
*
16
* See [DEBUG_PROPERTY_NAME] for description of debugging facilities on JVM.
17
*/
0 commit comments