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 1f2cd7e commit bd4adf5Copy full SHA for bd4adf5
src/library/scala/concurrent/ExecutionContext.scala
@@ -16,7 +16,7 @@ import scala.util.Try
16
/**
17
* An `ExecutionContext` is an abstraction over an entity that can execute program logic.
18
*/
19
-@implicitNotFound("Cannot find an implicit ExecutionContext, either require one yourself or import ExecutionContext.Implicits.global")
+@implicitNotFound("Cannot find an implicit ExecutionContext, either import scala.concurrent.ExecutionContext.Implicits.global or use a custom one")
20
trait ExecutionContext {
21
22
/** Runs a block of code on this execution context.
0 commit comments