Struct std::sync::RwLock

struct RwLock { ... }

Reader-writer lock

This is a standard pthread rwlock.

Fields

Methods

impl RwLock { ... }