Crate fused_lock[][src]

Structs

A special RwLock which can be locked exclusively any number of consecutive times, but once initially locked shared, can never be unlocked. This allows unguarded reads to occur

An RAII guard that holds exclusive mutable access to the inner object.