- Remove
Clonebound on channel construction (async_watch::channel). - Bump min. version of
event-listenerto 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::recvhave changed. - Renamed
Sender::broadcasttoSender::send.
Initial release.