godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
Semaphore._classBinding
godot
semaphore
Semaphore
Undocumented in source.
struct
Semaphore
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("wait")
GodotMethod
!(
GodotError
)
wait
;
__gshared
@
GodotName
("post")
GodotMethod
!(
GodotError
)
post
;
}
Members
Static variables
post
GodotMethod
!(
GodotError
)
post
;
Undocumented in source.
wait
GodotMethod
!(
GodotError
)
wait
;
Undocumented in source.
Meta
Source
See Implementation
godot
semaphore
Semaphore
aliases
BaseClasses
functions
opAssign
opEquals
post
wait
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name