summaryrefslogtreecommitdiffstats
path: root/tokio/src/sync/tests
AgeCommit message (Expand)Author
2020-03-27sync: fix possible dangling pointer in semaphore (#2340)Eliza Weisman
2020-03-23sync: new internal semaphore based on intrusive lists (#2325)Eliza Weisman
2020-02-26sync: adds Notify for basic task notification (#2210)Carl Lerche
2020-02-14Test some more mpsc behavior with loom (#2246)Jon Gjengset
2020-01-22sync: fix broadcast bugs (#2135)kalcutter
2020-01-03sync: add RwLock (#1699)João Oliveira
2020-01-03sync: add batch op support to internal semaphore (#2004)Carl Lerche
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
2019-12-18sync: add broadcast channel (#1943)Carl Lerche
2019-12-17sync: add Semaphore (#1973)Michael P. Jung
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-16make AtomicWaker private (#1782)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-10-29sync: move into `tokio` crate (#1705)Carl Lerche