Crates.io | just-watch |
lib.rs | just-watch |
version | 0.2.0 |
source | src |
created_at | 2023-09-17 15:39:17.637632 |
updated_at | 2023-09-17 15:39:17.637632 |
description | Async watch channel |
homepage | https://knowledge.dev |
repository | https://github.com/knwldev/just-watch |
max_upload_size | |
id | 975178 |
size | 16,027 |
A single-producer and multi-consumer channel that retains the last sent value only.
The goal of this crate is to provide watch
channel compatible with WASM
runtime and to keep all dependencies up-to-date.
The original implementation is async_trait is licensed under the MIT license.
Authors of async_watch
:
The further changes are made by RillRate DOO.
Copyright © 2022-2023 RillRate DOO