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 98b4968 commit c896129Copy full SHA for c896129
library/src/scala/concurrent/ExecutionContext.scala
@@ -54,8 +54,7 @@ import scala.annotation.implicitNotFound
54
* Application callback execution can be configured separately.
55
*/
56
@implicitNotFound("""Cannot find an implicit ExecutionContext. You might pass
57
-an (implicit ec: ExecutionContext) parameter to your method
58
-or import scala.concurrent.ExecutionContext.Implicits.global.""")
+an (implicit ec: ExecutionContext) parameter to your method.""")
59
trait ExecutionContext {
60
61
/** Runs a block of code on this execution context.
0 commit comments