async-watch

Crates.ioasync-watch
lib.rsasync-watch
version0.3.1
sourcesrc
created_at2020-05-31 15:15:49.098712
updated_at2020-10-07 20:30:09.907366
descriptionAsync watch channel
homepagehttps://github.com/cynecx/async-watch
repositoryhttps://github.com/cynecx/async-watch
max_upload_size
id248197
size36,102
cynecx (cynecx)

documentation

https://docs.rs/async-watch

README

async-watch

Build License Cargo Documentation

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

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

License

async-watch 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