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 0d22ed4 commit a4c5d68Copy full SHA for a4c5d68
backend/jvm/src/main/kotlin/Main.kt
@@ -61,7 +61,7 @@ fun virtualThreads() {
61
check(states[Subtask.State.UNAVAILABLE]?.size == 40)
62
63
StructuredTaskScope.ShutdownOnFailure().use {
64
- val task = it.fork { "Virtual thread on ${Lang("Kotlin")} ${platform().name} !" }
+ val task = it.fork { "Virtual thread on ${Lang("Kotlin")} ${platform.name} !" }
65
it.join().throwIfFailed()
66
log.info { task.get() }
67
}
0 commit comments