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

Commit 052aae7

Browse files
committed
Add link to original library
1 parent ada0995 commit 052aae7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ val stream = generateS(0) {
1616
wait(stream.to[List]) shouldBe (0 :: 1 :: 2 :: Nil)
1717
```
1818

19-
See more examples in tests.
19+
See more examples in tests.
20+
21+
asyncstreams is based on [scala-async](https://github.com/iboltaev/scala-async) ideas.

0 commit comments

Comments
 (0)