File system notification library - vendored from github.com/Darksonn/watch
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-05-27 12:06:55 +02:00
src feat: WatchReceiver::wait_timeout (#4) 2023-05-27 12:04:53 +02:00
.gitignore Initial commit 2021-03-29 10:02:38 +02:00
Cargo.toml prepare v0.2.3 2023-05-27 12:06:55 +02:00
LICENSE Initial commit 2021-03-29 10:02:38 +02:00
README.md Initial commit 2021-03-29 10:02:38 +02:00

watch

This crate provides a synchronous message passing channel that only retains the most recent value.

The crate is passively maintained. This means that I consider it feature complete, and that I am therefore not actively adding new features. However, if you have suggestions for new features or have found a bug, please open an issue.