summaryrefslogtreecommitdiffstats
path: root/tokio-sync/tests/watch.rs
AgeCommit message (Expand)Author
2019-10-29sync: move into `tokio` crate (#1705)Carl Lerche
2019-08-10chore: change default lint level to warning and deny warnings in CI (#1416)Taiki Endo
2019-08-06sync: polish and update API doc examples (#1398)Carl Lerche
2019-06-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-02-22sync: Add watch, a single value broadcast channel (#922)Carl Lerche