async-watch2

Crates.ioasync-watch2
lib.rsasync-watch2
version0.1.0
sourcesrc
created_at2020-08-21 17:21:11.857941
updated_at2020-08-21 17:21:11.857941
descriptionAsync watch channel
homepagehttps://github.com/cynecx/async-watch
repositoryhttps://github.com/cynecx/async-watch
max_upload_size
id279275
size31,137
cynecx (cynecx)

documentation

https://docs.rs/async-watch2

README

async-watch2

A single-producer, multi-consumer channel that only retains the last sent value.

Extracted from Tokio's tokio::sync::watch implementation, which was initially written by Carl Lerche.

License

async-watch2 is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.

Commit count: 19

cargo fmt