Crates.io | async-watch |
lib.rs | async-watch |
version | 0.3.1 |
source | src |
created_at | 2020-05-31 15:15:49.098712 |
updated_at | 2020-10-07 20:30:09.907366 |
description | Async watch channel |
homepage | https://github.com/cynecx/async-watch |
repository | https://github.com/cynecx/async-watch |
max_upload_size | |
id | 248197 |
size | 36,102 |
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.
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.