2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-06-02 20:31:31 +00:00
Commit graph

7 commits

Author SHA1 Message Date
Oleg Nosov
68063adddf
Add link to tests 2020-02-08 16:22:11 +03:00
Oleg Nosov
32068942a6
Fixed flatten 2020-02-08 15:44:25 +03:00
Oleg Nosov
85c32ef9d2
Use assert without if-clause 2020-02-07 22:45:15 +03:00
Oleg Nosov
b68be72763
Use assert instead of panic 2020-02-07 22:42:59 +03:00
Oleg Nosov
c80915e216
Dont spawn thread in tests 2020-02-07 22:22:38 +03:00
Oleg Nosov
303ac90b7c
Fixed flat_map 2020-02-07 22:12:42 +03:00
Aleksey Kladov
fa91d7f856 Stream::merge does not end prematurely if one stream is delayed (#437)
* Stream::merge does not end prematurely if one stream is delayed

* `cargo test` without features works

* Stream::merge works correctly for unfused streams
2019-11-03 00:11:59 +01:00