summaryrefslogtreecommitdiffstats
path: root/tokio/src/sync/notify.rs
AgeCommit message (Expand)Author
2020-11-16sync: add `Notify::notify_waiters` (#3098)Zahari Dichev
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-09-25chore: handle std `Mutex` poisoning in a shim (#2872)Zahari Dichev
2020-09-23rt: Allow concurrent `block_on`'s with basic_scheduler (#2804)Lucio Franco
2020-09-22sync: Remove readiness assertion in `watch::Receiver::changed() (#2839)Zahari Dichev
2020-09-12sync: add const constructors to RwLock, Notify, and Semaphore (#2833)Frank Steffahn
2020-09-11sync: tweak `watch` API (#2814)Carl Lerche
2020-09-07sync: rename `Notify::notify()` -> `notify_one()` (#2822)Juan Alvarez
2020-09-02util: add `const fn` support for internal `LinkedList`. (#2805)mental
2020-08-26sync: fix typo in Notify documentation (#2794)James Mills
2020-03-28sync: fix notified link (#2351)Alice Ryhl
2020-03-05rt: cleanup and simplify scheduler (scheduler v2.5) (#2273)Carl Lerche
2020-02-27sync: refactor intrusive linked list (#2279)Carl Lerche
2020-02-26sync: adds Notify for basic task notification (#2210)Carl Lerche