Module lock

Module lock 

Source
Expand description

Traits for locks that can be used inside a WaitList.

Re-exports§

pub use local::Local;

Modules§

local
Local provides a thread-local exclusive-only lock — like RefCell, but it can be smaller and it lacks read support.

Traits§

Lifetime
Associated types of a Lock with a specific lifetime applied.
Lock
A lock.