[][src]Function notify_forked::watcher

pub fn watcher(
    tx: Sender<DebouncedEvent>,
    delay: Duration
) -> Result<RecommendedWatcher>

Convenience method for creating the RecommendedWatcher for the current platform in default (debounced) mode.

See Watcher::new.