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 e9f31d9 commit be8161aCopy full SHA for be8161a
kotlinx-coroutines-core/common/src/CoroutineContext.common.kt
@@ -14,7 +14,7 @@ import kotlin.coroutines.*
14
public expect fun CoroutineScope.newCoroutineContext(context: CoroutineContext): CoroutineContext
15
16
/**
17
- * Creates context for coroutine builder functions that do not launch a new coroutine, namely [withContext].
+ * Creates a context for coroutine builder functions that do not launch a new coroutine, e.g. [withContext].
18
* @suppress
19
*/
20
@InternalCoroutinesApi
0 commit comments