Module notify::poll

source ·
Expand description

Generic Watcher implementation based on polling

Checks the watched paths periodically to detect changes. This implementation only uses Rust stdlib APIs and should work on all of the platforms it supports.

Structs

Traits

Type Definitions

  • Event send for registered handler on initial directory scans