summaryrefslogtreecommitdiffstats
path: root/tokio/src/sync/mpsc
AgeCommit message (Expand)Author
2020-11-16sync: add `Notify::notify_waiters` (#3098)Zahari Dichev
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-10-12sync: change chan `closed(&mut self)` to `closed(&self)` (#2939)Zahari Dichev
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-09-28sync: Add `is_closed` method to mpsc senders (#2726)Mikail Bagishov
2020-09-25sync: add `mpsc::Sender::closed` future (#2840)Zahari Dichev
2020-09-24sync: support mpsc send with `&self` (#2861)Carl Lerche
2020-09-21sync: fix missing notification during mpsc close (#2854)Carl Lerche
2020-09-09sync: document mpsc::bounded minimum buffer size (#2808)Zephyr Shannon
2020-09-08sync: remove rt-core from blocking_{send,recv} (#2825)Blas Rodriguez Irizar
2020-08-26sync: add blocking_recv and blocking_send in mpsc (#2684)xd009642
2020-08-13chore: reformat some imports for consistency (#2768)Carl Lerche
2020-06-18sync: channel doc grammar change (#2624)Alice Ryhl
2020-06-17sync: documentation for mpsc channels (#2600)Alice Ryhl
2020-05-21coop: Undo budget decrement on Pending (#2549)Jon Gjengset
2020-05-02doc: remove reference to the Sink trait in the MPSC documentation (#2476)zeroed
2020-04-12docs: fix incorrect documentation links & formatting (#2332)Nikita Baksalyar
2020-04-06doc: Sort methods on mpsc::Sender in doc (#2379)nasa
2020-04-04doc: add error explanation for UnboundedSender::send() (#2372)Vojtech Kral
2020-04-02sync: Add disarm to mpsc::Sender (#2358)Jon Gjengset
2020-03-26rt: track loom changes + tweak queue (#2315)Carl Lerche
2020-03-16Add cooperative task yielding (#2160)Jon Gjengset
2020-02-25mpsc: add `Sender::send_timeout` (#2227)Jake
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-21sync: derive PartialEq for error enums (#2137)Koki Kato
2020-01-06chore: use just std instead of ::std in paths (#2049)Linus Färnstrand
2020-01-03sync: add batch op support to internal semaphore (#2004)Carl Lerche
2019-12-22doc: fill out `fs` and remove html links (#2015)Carl Lerche
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-12-17sync: add Semaphore (#1973)Michael P. Jung
2019-12-10Add Mutex::try_lock and (Unbounded)Receiver::try_recv (#1939)Michael P. Jung
2019-11-30doc: expand `mpsc::Sender::send` API documentation (#1865)Carl Lerche
2019-11-27doc: misc API documentation fixes (#1834)Oleg Nosov
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-04chore: unify all mocked `loom` files (#1732)Carl Lerche
2019-10-29sync: move into `tokio` crate (#1705)Carl Lerche