[][src]Type Definition spinny::RwLock

type RwLock<T> = LARwLock<RawRwSpinlock, T>;

A read-write lock that uses a spinlock internally.