godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
Mutex.lock
godot
mutex
Mutex
Lock 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
tryLock
unlock
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Lock this Mutex, blocks until it is unlocked by the current owner.