summaryrefslogtreecommitdiffstats
path: root/tokio/src/sync/mod.rs
AgeCommit message (Expand)Author
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-10-09fs: future proof `File` (#2930)Carl Lerche
2020-10-08time: rename `Delay` future to `Sleep` (#2932)Juan Alvarez
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-09-24sync: support mpsc send with `&self` (#2861)Carl Lerche
2020-09-24process: do not publicly turn on `signal` when enabled (#2871)Ivan Petkov
2020-09-24rt: Allow concurrent `Shell:block_on` calls (#2868)Lucio Franco
2020-09-23rt: Allow concurrent `block_on`'s with basic_scheduler (#2804)Lucio Franco
2020-09-17sync: fix some doc typos (#2838)Nylonicious
2020-09-13doc: fix some links (#2834)Alice Ryhl
2020-09-11sync: tweak `watch` API (#2814)Carl Lerche
2020-09-11docs: more doc fixes (#2831)Zephyr Shannon
2020-09-01sync: watch channel breaking changes (#2806)Blas Rodriguez Irizar
2020-08-23sync: move CancellationToken to tokio-util (#2721)Carl Lerche
2020-05-14docs: improve discoverability of codec module (#2523)Geoff Shannon
2020-05-07docs: fix links in `tokio::sync` (#2491)zeroed
2020-05-03sync: move CancellationToken tests (#2477)Carl Lerche
2020-05-02sync: add CancellationToken (#2263)Matthias Einwag
2020-04-29mutex: add `OwnedMutexGuard` for `Arc<Mutex<T>>`s (#2455)Eliza Weisman
2020-04-29chore: fix a typo (#2461)Matthijs Brobbel
2020-04-21sync: improve mutex documentation (#2405)João Oliveira
2020-04-20sync: add owned semaphore permit (#2421)Alice Ryhl
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-20sync: fixed a small typo in sync docs (#2262)Matt Butcher
2020-01-30sync: fix broadcast link in API docs (#2197)roignpar
2020-01-27docs: write sync mod API docs (#2175)Carl Lerche
2020-01-03sync: add RwLock (#1699)João Oliveira
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