summaryrefslogtreecommitdiffstats
path: root/tokio/src/sync/broadcast.rs
AgeCommit message (Expand)Author
2020-10-21sync: revert Clone impl for broadcast::Receiver (#3020)Carl Lerche
2020-10-19sync: implement Clone for broadcast::Receiver (#2933)Zephyr Shannon
2020-10-09sync: move broadcast error types into broadcast::error module (#2937)Taiki Endo
2020-10-05sync: broadcast channel API tweaks (#2898)Alice Ryhl
2020-09-25chore: handle std `Mutex` poisoning in a shim (#2872)Zahari Dichev
2020-09-17sync: fix some doc typos (#2838)Nylonicious
2020-09-02util: add `const fn` support for internal `LinkedList`. (#2805)mental
2020-07-31sync: suspectible -> susceptible (#2732)Max Bruckner
2020-07-24net: ensure that unix sockets have both split and into_split (#2687)Alice Ryhl
2020-05-12sync: use intrusive list strategy for broadcast (#2509)Carl Lerche
2020-05-06sync: simplify the broadcast channel (#2467)Carl Lerche
2020-04-27sync: fix slow receivers in broadcast (#2448)Kevin Leimkuhler
2020-03-27sync: broadcast, revert "Keep lock until sender notified" (#2348)kalcutter
2020-03-26rt: track loom changes + tweak queue (#2315)Carl Lerche
2020-03-08Keep lock until sender notified (#2302)th0114nd
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-22sync: fix broadcast bugs (#2135)kalcutter
2020-01-21sync: add std error impl for broadcast errors (#2141)Lucio Franco
2020-01-06tokio: remove documentation stating `Receiver` is clone-able. (#2037)John Van Enk
2019-12-21sync: impl `Stream` for broadcast::Receiver (#2012)Bhargav
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
2019-12-18sync: add broadcast channel (#1943)Carl Lerche