File tree 1 file changed +2
-12
lines changed
1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 1
- # Scala Async Project
2
-
3
- [ ![ Build Status] ( https://secure.travis-ci.org/scala/async.png )] ( http://travis-ci.org/scala/async )
4
-
1
+ # scala-async [ <img src =" https://img.shields.io/travis/scala/async.svg " />] ( https://travis-ci.org/scala/async ) [ <img src =" https://img.shields.io/maven-central/v/org.scala-lang.modules/scala-async_2.10.svg?label=latest%20release%20for%202.10 " />] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.scala-lang.modules%20a%3Ascala-async_2.10 ) [ <img src =" https://img.shields.io/maven-central/v/org.scala-lang.modules/scala-async_2.11*.svg?label=latest%20release%20for%202.11 " />] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.scala-lang.modules%20a%3Ascala-async_2.11* )
5
2
6
3
## Quick start
7
4
8
- Add a dependency:
9
-
10
- ``` scala
11
- // SBT
12
- libraryDependencies += " org.scala-lang.modules" %% " scala-async" % " 0.9.3"
13
- ```
14
-
15
- Write your first ` async ` block:
5
+ After adding a scala-async to your classpath, write your first ` async ` block:
16
6
17
7
``` scala
18
8
import ExecutionContext .Implicits .global
You can’t perform that action at this time.
0 commit comments