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 09ea6fd commit c33c9e5Copy full SHA for c33c9e5
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