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