summaryrefslogtreecommitdiffstats
path: root/tokio/src/sync/mpsc/mod.rs
AgeCommit message (Expand)Author
2020-09-24sync: support mpsc send with `&self` (#2861)Carl Lerche
2020-09-09sync: document mpsc::bounded minimum buffer size (#2808)Zephyr Shannon
2020-08-26sync: add blocking_recv and blocking_send in mpsc (#2684)xd009642
2020-06-18sync: channel doc grammar change (#2624)Alice Ryhl
2020-06-17sync: documentation for mpsc channels (#2600)Alice Ryhl
2020-05-02doc: remove reference to the Sink trait in the MPSC documentation (#2476)zeroed
2019-12-22doc: fill out `fs` and remove html links (#2015)Carl Lerche
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-10-29sync: move into `tokio` crate (#1705)Carl Lerche