Type Alias sync_preemption::RwLock

source ·
pub type RwLock<T> = RwLock<T, DisablePreemption>;

Aliased Type§

struct RwLock<T> { /* private fields */ }