summaryrefslogtreecommitdiffstats
path: root/tokio/tests/sync_broadcast.rs
AgeCommit message (Expand)Author
2020-10-09sync: move broadcast error types into broadcast::error module (#2937)Taiki Endo
2020-10-08chore: Fix clippy lints (#2931)bdonlan
2020-10-05sync: broadcast channel API tweaks (#2898)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
2019-12-21sync: impl `Stream` for broadcast::Receiver (#2012)Bhargav
2019-12-20chore: formatting, docs and clippy (#2000)Artem Vorotnikov
2019-12-18sync: add broadcast channel (#1943)Carl Lerche