Module notify::poll [] [src]

Generic Watcher implementation based on polling

Checks the watched paths periodically to detect changes. This implementation only uses cross-platform APIs; it should function on any platform that the Rust standard library does.

Structs

PollWatcher

Polling based Watcher implementation