Type Alias happylock::RwLock

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

A reader-writer lock

By default, this uses parking_lot as a backend.

Aliased Type§

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