summaryrefslogtreecommitdiffstats
path: root/tokio/src/sync/watch.rs
AgeCommit message (Expand)Author
2020-12-10watch: fix spurious wakeup (#3234)Alice Ryhl
2020-11-16sync: add `Notify::notify_waiters` (#3098)Zahari Dichev
2020-10-21sync: add is_closed method to watch sender (#2991)Nikolai Kuklin
2020-09-11sync: tweak `watch` API (#2814)Carl Lerche
2020-09-01sync: watch channel breaking changes (#2806)Blas Rodriguez Irizar
2020-07-20sync: remove misleading comment (#2666)nicolaiunrein
2020-04-12docs: replace some html links with rustdoc paths (#2381)xliiv
2020-01-29sync: reduce memory size of watch::Receiver (#2191)Sean McArthur
2020-01-27docs: write sync mod API docs (#2175)Carl Lerche
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-06chore: use just std instead of ::std in paths (#2049)Linus Färnstrand
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-11-25doc: add more doc_cfg annotations (#1821)Carl Lerche
2019-11-17sync: require `T: Clone` for watch channels. (#1783)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-05fix clippy (#1737)Carl Lerche
2019-10-29sync: move into `tokio` crate (#1705)Carl Lerche