- Remove
Clone
bound on channel construction (async_watch::channel
). - Bump min. version of
event-listener
to v2.5.1, which fixes UB (catched by miri).
- Renamed crate to async-watch.
Updated code & api according to the recent tokio's watch revisions (tokio-rs/tokio#2814).
Receiver::changed
.
- Semantics of
Receiver::recv
have changed. - Renamed
Sender::broadcast
toSender::send
.
Initial release.