godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
Thread._new
godot
thread
Thread
Construct a new instance of Thread. Note: use
memnew!Thread
instead.
struct
Thread
@
nogc
nothrow static
Thread
_new
(
)
Meta
Source
See Implementation
godot
thread
Thread
aliases
BaseClasses
enums
Constants
Priority
functions
getId
isActive
opAssign
opEquals
start
toHash
waitToFinish
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Construct a new instance of Thread. Note: use memnew!Thread instead.