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

Commit 2bb0e36

Browse files
committed
Update readme
1 parent ec3e0de commit 2bb0e36

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

readme.md

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

1919
See more examples in tests.
2020

21+
asyncstreams is tested to work with:
22+
- standard scala futures
23+
- twitter futures (with some [instances](https://github.com/danslapman/asyncstreams/blob/master/src/test/scala/asyncstreams/twitterFutures/TwitterInstances.scala))
24+
- monix tasks
25+
2126
asyncstreams is available via jitpack:
2227

2328
```

0 commit comments

Comments
 (0)