summaryrefslogtreecommitdiffstats
path: root/tokio/src/sync/tests
AgeCommit message (Expand)Author
2020-11-16sync: add `Notify::notify_waiters` (#3098)Zahari Dichev
2020-10-23sync: add mem::forget to RwLockWriteGuard::downgrade. (#2957)Zahari Dichev
2020-10-21sync: revert Clone impl for broadcast::Receiver (#3020)Carl Lerche
2020-10-19sync: implement Clone for broadcast::Receiver (#2933)Zephyr Shannon
2020-10-12sync: change chan `closed(&mut self)` to `closed(&self)` (#2939)Zahari Dichev
2020-10-09sync: move broadcast error types into broadcast::error module (#2937)Taiki Endo
2020-10-01chore: make #[doc(hidden)] apis private (#2901)Alice Ryhl
2020-09-25sync: add `mpsc::Sender::closed` future (#2840)Zahari Dichev
2020-09-24sync: support mpsc send with `&self` (#2861)Carl Lerche
2020-09-22sync: Remove readiness assertion in `watch::Receiver::changed() (#2839)Zahari Dichev
2020-09-11sync: tweak `watch` API (#2814)Carl Lerche
2020-09-07sync: rename `Notify::notify()` -> `notify_one()` (#2822)Juan Alvarez
2020-08-23sync: move CancellationToken to tokio-util (#2721)Carl Lerche
2020-05-31test: fix all clippy lints in tests (#2573)Mikail Bagishov
2020-05-03sync: move CancellationToken tests (#2477)Carl Lerche
2020-05-02sync: add CancellationToken (#2263)Matthias Einwag
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