pub type PathSyncSingleton = Arc<Mutex<PathSync>>;
A thread safe singleton for PathSync
pub struct PathSyncSingleton { /* private fields */ }