summaryrefslogtreecommitdiffstats
path: root/tokio/src/sync/tests/loom_mpsc.rs
AgeCommit message (Expand)Author
2020-10-12sync: change chan `closed(&mut self)` to `closed(&self)` (#2939)Zahari Dichev
2020-09-25sync: add `mpsc::Sender::closed` future (#2840)Zahari Dichev
2020-09-24sync: support mpsc send with `&self` (#2861)Carl Lerche
2020-02-14Test some more mpsc behavior with loom (#2246)Jon Gjengset
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-10-29sync: move into `tokio` crate (#1705)Carl Lerche