summaryrefslogtreecommitdiffstats
path: root/tokio-sync/src/watch.rs
AgeCommit message (Expand)Author
2019-10-29sync: move into `tokio` crate (#1705)Carl Lerche
2019-10-27Fix docs links: Redux (#1698)Geoff Shannon
2019-09-19chore: deny warnings for doc tests (#1539)Taiki Endo
2019-08-20chore: bump to newer nightly (#1485)Taiki Endo
2019-08-11chore: bump to newer nightly (#1426)Taiki Endo
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-07-26ci: enable clippy lints (#1335)Taiki Endo
2019-07-20chore: remove redundant field names in struct literals (#1334)Taiki Endo
2019-07-19chore: remove tokio-futures facade crate (#1327)Carl Lerche
2019-07-15chore: use ready macro from `futures-core` (#1300)Gurwinder Singh
2019-07-08Use Sink trait from futures-sink-preview (#1244)Aaron Hill
2019-07-03Remove usage of deprecated std::error::Error methods (#1206) (#1245)Steffen Butzer
2019-06-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-03-12sync: impl `Error` for oneshot and watch error types (#967)Thomas Lacroix
2019-02-22sync: Add watch, a single value broadcast channel (#922)Carl Lerche