godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
Mutex.lock
godot
mutex
Mutex
Locks this
Mutex
, blocks until it is unlocked by the current owner.
struct
Mutex
@
nogc
nothrow
void
lock
(
)
Meta
Source
See Implementation
godot
mutex
Mutex
aliases
BaseClasses
functions
lock
opAssign
opEquals
toHash
tryLock
unlock
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Locks this Mutex, blocks until it is unlocked by the current owner.