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 dce7528 commit e3250b4Copy full SHA for e3250b4
README.md
@@ -29,7 +29,7 @@ to match your project’s Scala binary version):
29
After adding a scala-async to your classpath, write your first `async` block:
30
31
```scala
32
-import ExecutionContext.Implicits.global
+import scala.concurrent.ExecutionContext.Implicits.global
33
import scala.async.Async.{async, await}
34
35
val future = async {
0 commit comments