We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd80741 commit 258227bCopy full SHA for 258227b
kotlinx-coroutines-core/jvm/src/scheduling/WorkQueue.kt
@@ -32,7 +32,7 @@ internal const val NOTHING_TO_STEAL = -2L
32
* order to properly claim value from the buffer.
33
* Moreover, [Task] objects are reusable, so it may seem that this queue is prone to ABA problem.
34
* Indeed it formally has ABA-problem, but the whole processing logic is written in the way that such ABA is harmless.
35
- * "I have discovered a truly marvelous proof of this, which this margin is too narrow to contain"
+ * I have discovered a truly marvelous proof of this, which this KDoc is too narrow to contain.
36
*/
37
internal class WorkQueue {
38
0 commit comments