Struct il2_utils::fs::shared::SharedDirectoryWriteLockGuard [−][src]
pub struct SharedDirectoryWriteLockGuard<'a> { /* fields omitted */ }Expand description
An RAII implementation of an “advisory lock” of a exclusive read and write to the protected directory. When this structure is dropped (falls out of scope), the shared read lock is released.