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 b172922 commit d37d13bCopy full SHA for d37d13b
library/src/scala/runtime/Invoker.scala
@@ -5,7 +5,9 @@ import scala.collection.concurrent.TrieMap
5
import java.nio.file.Files
6
import java.io.FileWriter
7
import java.io.File
8
+import scala.annotation.internal.sharable
9
10
+@sharable // avoids false positive by -Ycheck-reentrant
11
object Invoker {
12
private val runtimeUUID = java.util.UUID.randomUUID()
13
0 commit comments