Struct lockpool::Guard [−][src]
Expand description
A RAII implementation of a scoped lock for locks from a LockPool. When this structure is dropped (falls out of scope), the lock will be unlocked.
A RAII implementation of a scoped lock for locks from a LockPool. When this structure is dropped (falls out of scope), the lock will be unlocked.