Type Alias spin::lock_api::RwLock

source ·
pub type RwLock<T> = RwLock<RwLock<()>, T>;
Expand description

A lock that provides data access to either one writer or many readers (compatible with lock_api).

Aliased Type§

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