Crates.io | async-watch2 |
lib.rs | async-watch2 |
version | 0.1.0 |
source | src |
created_at | 2020-08-21 17:21:11.857941 |
updated_at | 2020-08-21 17:21:11.857941 |
description | Async watch channel |
homepage | https://github.com/cynecx/async-watch |
repository | https://github.com/cynecx/async-watch |
max_upload_size | |
id | 279275 |
size | 31,137 |
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.
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.