summaryrefslogtreecommitdiffstats
path: root/tokio/src/sync/rwlock.rs
AgeCommit message (Expand)Author
2020-10-23sync: add mem::forget to RwLockWriteGuard::downgrade. (#2957)Zahari Dichev
2020-09-23sync: add `get_mut()` for `Mutex,RwLock` (#2856)Daniel Henry-Mantilla
2020-09-12sync: add const constructors to RwLock, Notify, and Semaphore (#2833)Frank Steffahn
2020-09-11sync: write guard to read guard downgrading for sync::RwLock (#2733)Max Heller
2020-09-11docs: more doc fixes (#2831)Zephyr Shannon
2020-08-26sync: implement map methods of parking_lot fame (#2445)John-John Tedro
2020-07-21sync: support larger number of semaphore permits (#2607)Kornel
2020-06-13sync: allow unsized types in Mutex and RwLock (#2615)Taiki Endo
2020-05-31docs: use intra-links in the docs (#2575)xliiv
2020-05-06rt: simplify coop implementation (#2498)Carl Lerche
2020-04-12docs: replace some html links with rustdoc paths (#2381)xliiv
2020-04-03sync: ensure Mutex, RwLock, and Semaphore futures are Send + Sync (#2375)Eliza Weisman
2020-03-23sync: new internal semaphore based on intrusive lists (#2325)Eliza Weisman
2020-03-18sync: Add RwLock::into_inner method (#2321)Daniel Müller
2020-03-16Add cooperative task yielding (#2160)Jon Gjengset
2020-02-20sync: Use yield rather than block on read method (#2258)Alice Ryhl
2020-02-18sync: improve RwLock API docs (#2252)Eliza Weisman
2020-01-10sync: impl From<T> and Default for RwLock (#2089)Jake Rawsthorne
2020-01-03sync: add RwLock (#1699)João Oliveira