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 4a82113 commit 0661d47Copy full SHA for 0661d47
docs/shared-mutable-state-and-concurrency.md
@@ -42,7 +42,7 @@ but others are unique.
42
Let us launch a hundred coroutines all doing the same action thousand times.
43
We'll also measure their completion time for further comparisons:
44
45
-<div class="sample" markdown="1" theme="idea" data-min-compiler-version="1.3">
+<div class="sample" markdown="1" theme="idea" data-highlight-only>
46
47
```kotlin
48
suspend fun CoroutineScope.massiveRun(action: suspend () -> Unit) {
0 commit comments