Skip to main content

setup_file_watcher

Function setup_file_watcher 

Source
pub fn setup_file_watcher(
    tasks_dir: &Path,
    projects_dir: &Path,
    tx: Sender<String>,
) -> Option<(RecommendedWatcher, RecommendedWatcher)>
Expand description

Set up file watchers for tasks and projects directories

ยงPanics

May panic if the fallback dummy watcher cannot be created.