pub fn recommended_watcher<F>(event_handler: F) -> Result<RecommendedWatcher>where
    F: EventHandler,
Expand description

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

See Watcher::new_immediate.