[][src]Module egui::mutex

Helper module for a Mutex that detects double-locking on the same thread in debug mode.

Structs

Mutex

Type Definitions

MutexGuard

An RAII implementation of a "scoped lock" of a mutex. When this structure is dropped (falls out of scope), the lock will be unlocked.