[][src]Function notify::immediate_watcher

pub fn immediate_watcher<F>(event_fn: F) -> Result<RecommendedWatcher> where
    F: EventFn

Convenience method for creating the RecommendedWatcher for the current platform in immediate mode.

See Watcher::new_immediate.