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 c9d3f7b commit 4262e3fCopy full SHA for 4262e3f
kotlinx-coroutines-core/jvm/src/scheduling/CoroutineScheduler.kt
@@ -683,6 +683,7 @@ internal class CoroutineScheduler(
683
* No tasks were found:
684
* 1) Either at least one of the workers has stealable task in its FIFO-buffer with a stealing deadline.
685
* Then its deadline is stored in [minDelayUntilStealableTask]
686
+ * // '2)' can be found below
687
*
688
* Then just park for that duration (ditto re-scanning).
689
* While it could potentially lead to short (up to WORK_STEALING_TIME_RESOLUTION_NS ns) starvations,
0 commit comments