Skip to content

A watch channel designed for asynchronous compatibility with both std and WASM environments.

Notifications You must be signed in to change notification settings

knwldev/just-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

just-watch

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.

License

The original implementation is async_watch is licensed under the MIT license.

Authors of async_watch:

  • Carl Lerche
  • cynecx

Improvements

The further changes are made by RillRate DOO.


Copyright © 2022-2023 RillRate DOO

About

A watch channel designed for asynchronous compatibility with both std and WASM environments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages