Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

Commit 0d33b69

Browse files
committed
Add jitpack instructions
1 parent 052aae7 commit 0d33b69

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,12 @@ wait(stream.to[List]) shouldBe (0 :: 1 :: 2 :: Nil)
1818

1919
See more examples in tests.
2020

21+
asyncstreams is available via jitpack:
22+
23+
```
24+
resolvers += "jitpack" at "https://jitpack.io"
25+
26+
libraryDependencies += "com.github.danslapman" %% "asyncstreams" % "0.1"
27+
```
28+
2129
asyncstreams is based on [scala-async](https://github.com/iboltaev/scala-async) ideas.

0 commit comments

Comments
 (0)