summaryrefslogtreecommitdiffstats
path: root/tokio/tests/sync_mpsc.rs
AgeCommit message (Expand)Author
2020-12-07sync: forward port 0.2 mpsc test (#3225)Carl Lerche
2020-09-24sync: support mpsc send with `&self` (#2861)Carl Lerche
2020-09-21sync: fix missing notification during mpsc close (#2854)Carl Lerche
2020-08-26sync: add blocking_recv and blocking_send in mpsc (#2684)xd009642
2020-04-02sync: Add disarm to mpsc::Sender (#2358)Jon Gjengset
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-12-13chore: remove benches and fix/work around clippy lints (#1952)Artem Vorotnikov
2019-12-10Add Mutex::try_lock and (Unbounded)Receiver::try_recv (#1939)Michael P. Jung
2019-11-22default all feature flags to off (#1811)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-03test: unify MockTask and task::spawn (#1728)Carl Lerche
2019-10-29sync: move into `tokio` crate (#1705)Carl Lerche