summaryrefslogtreecommitdiffstats
path: root/tokio/src/sync/mod.rs
AgeCommit message (Expand)Author
2019-12-18sync: add broadcast channel (#1943)Carl Lerche
2019-12-17sync: add Semaphore (#1973)Michael P. Jung
2019-12-14Fix typo in sync documentation (#1942)Vlad-Shcherbina
2019-11-26task: add `LocalSet` API for running `!Send` futures (#1733)Eliza Weisman
2019-11-22default all feature flags to off (#1811)Carl Lerche
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-20chore: enable feature flag check on windows (#1798)Taiki Endo
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-16make AtomicWaker private (#1782)Carl Lerche
2019-11-04chore: unify all mocked `loom` files (#1732)Carl Lerche
2019-10-29sync: move into `tokio` crate (#1705)Carl Lerche