godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
Mutex._classBinding
godot
mutex
Mutex
Undocumented in source.
struct
Mutex
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("lock")
GodotMethod
!(
void
)
lock
;
__gshared
@
GodotName
("try_lock")
GodotMethod
!(
GodotError
)
tryLock
;
__gshared
@
GodotName
("unlock")
GodotMethod
!(
void
)
unlock
;
}
Members
Static variables
lock
GodotMethod
!(
void
)
lock
;
Undocumented in source.
tryLock
GodotMethod
!(
GodotError
)
tryLock
;
Undocumented in source.
unlock
GodotMethod
!(
void
)
unlock
;
Undocumented in source.
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