summaryrefslogtreecommitdiffstats
path: root/tokio/src/sync/mpsc
AgeCommit message (Expand)Author
2019-12-17sync: add Semaphore (#1973)Michael P. Jung
2019-12-10Add Mutex::try_lock and (Unbounded)Receiver::try_recv (#1939)Michael P. Jung
2019-11-30doc: expand `mpsc::Sender::send` API documentation (#1865)Carl Lerche
2019-11-27doc: misc API documentation fixes (#1834)Oleg Nosov
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-04chore: unify all mocked `loom` files (#1732)Carl Lerche
2019-10-29sync: move into `tokio` crate (#1705)Carl Lerche