summaryrefslogtreecommitdiffstats
path: root/tokio/src/sync/mpsc/error.rs
AgeCommit message (Expand)Author
2020-09-24sync: support mpsc send with `&self` (#2861)Carl Lerche
2020-04-12docs: fix incorrect documentation links & formatting (#2332)Nikita Baksalyar
2020-02-25mpsc: add `Sender::send_timeout` (#2227)Jake
2020-01-21sync: derive PartialEq for error enums (#2137)Koki Kato
2020-01-06chore: use just std instead of ::std in paths (#2049)Linus Färnstrand
2019-12-10Add Mutex::try_lock and (Unbounded)Receiver::try_recv (#1939)Michael P. Jung
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche