Type Alias xvc_walker::sync::PathSyncSingleton

source ·
pub type PathSyncSingleton = Arc<Mutex<PathSync>>;
Expand description

A thread safe singleton for PathSync

Aliased Type§

struct PathSyncSingleton { /* private fields */ }