summaryrefslogtreecommitdiffstats
path: root/tokio/src/sync/tests/mod.rs
AgeCommit message (Expand)Author
2020-10-23sync: add mem::forget to RwLockWriteGuard::downgrade. (#2957)Zahari Dichev
2020-09-24sync: support mpsc send with `&self` (#2861)Carl Lerche
2020-09-11sync: tweak `watch` API (#2814)Carl Lerche
2020-08-23sync: move CancellationToken to tokio-util (#2721)Carl Lerche
2020-05-02sync: add CancellationToken (#2263)Matthias Einwag
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
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-10-29sync: move into `tokio` crate (#1705)Carl Lerche