Module epaint::mutex::mutex_impl
source · Structs§
- Provides interior mutability.
Type Aliases§
- The lock you get from
Mutex
. An RAII implementation of a “scoped lock” of a mutex. When this structure is dropped (falls out of scope), the lock will be unlocked.