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.
2 parents 5d0d532 + c33c9e5 commit e205912Copy full SHA for e205912
library/src/scala/concurrent/impl/ExecutionContextImpl.scala
@@ -35,6 +35,7 @@ private[concurrent] object ExecutionContextImpl {
35
36
private final val blockerPermits = new Semaphore(maxBlockers)
37
38
+ @annotation.nowarn("cat=deprecation")
39
def wire[T <: Thread](thread: T): T = {
40
thread.setDaemon(daemonic)
41
thread.setUncaughtExceptionHandler(uncaught)
0 commit comments