summaryrefslogtreecommitdiffstats
path: root/tokio-sync/src/mpsc
AgeCommit message (Expand)Author
2019-06-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-09sync: remove unnecessary imports (#1043)Carl Lerche
2019-03-13sync: free chan Blocks when Chan is dropped (#978)Sean McArthur
2019-03-01sync: impl `Error` for mpsc error types (#937)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2019-02-20sync: add loom test for mpsc (#903)Carl Lerche
2019-02-19sync: improve assert message for bounded channel buffer sizeSean McArthur
2019-02-19sync: fix mpsc/sempahore when releasing permits (#904)Carl Lerche
2019-02-14Use tokio-sync's AtomicTask in mpscSean McArthur
2019-02-01sync: bounded channel can not have 0 size (#879)Stephen Carman
2019-01-23Make reason for try_send errors clearer (#864)Jon Gjengset
2019-01-23Remove T: Debug bound on mpsc Debug impls (#866)Jon Gjengset
2019-01-23Explicit impl Clone for tx to avoid T: Clone (#865)Jon Gjengset
2019-01-22tokio-sync: add into_inner for TrySendErrors (#862)Sean McArthur
2019-01-22Introduce tokio-sync crate containing synchronization primitives. (#839)Carl Lerche