summaryrefslogtreecommitdiffstats
path: root/tokio/src/sync/mutex.rs
AgeCommit message (Expand)Author
2019-12-18sync: encapsulate TryLockError variants (#1980)Carl Lerche
2019-12-17sync: add Semaphore (#1973)Michael P. Jung
2019-12-17sync: print MutexGuard inner value for debugging (#1961)yim7
2019-12-10Add Mutex::try_lock and (Unbounded)Receiver::try_recv (#1939)Michael P. Jung
2019-12-09sync::Mutex: Fix typo in documentation (#1934)Danilo Bargen
2019-12-09sync::Mutex: Add note about the absence of poisoning (#1933)Danilo Bargen
2019-12-06sync: fix Mutex when lock future dropped before complete (#1902)Michael P. Jung
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-10-29sync: move into `tokio` crate (#1705)Carl Lerche