We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab7433 commit 7548b83Copy full SHA for 7548b83
kotlinx-coroutines-core/common/src/Yield.kt
@@ -9,7 +9,8 @@ import kotlin.coroutines.*
9
import kotlin.coroutines.intrinsics.*
10
11
/**
12
- * Yields the thread (or thread pool) of the current coroutine dispatcher to other coroutines to run if possible.
+ * Yields the thread (or thread pool) of the current coroutine dispatcher
13
+ * to other coroutines on the same dispatcher to run if possible.
14
*
15
* This suspending function is cancellable.
16
* If the [Job] of the current coroutine is cancelled or completed when this suspending function is invoked or while
0 commit comments