File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 * additional information regarding copyright ownership.
1111 */
1212
13- package scala
13+ package scala . async
1414
15- import scala .language .experimental .macros
16- import scala .concurrent .{Future , ExecutionContext }
1715import scala .annotation .compileTimeOnly
16+ import scala .concurrent .{ExecutionContext , Future }
17+ import scala .language .experimental .macros
1818
1919/**
2020 * Async blocks provide a direct means to work with [[scala.concurrent.Future ]].
@@ -45,7 +45,7 @@ import scala.annotation.compileTimeOnly
4545 * }
4646 * }}}
4747 */
48- object async {
48+ object Async {
4949 /**
5050 * Run the block of code `body` asynchronously. `body` may contain calls to `await` when the results of
5151 * a `Future` are needed; this is translated into non-blocking code.
You can’t perform that action at this time.
0 commit comments