Thread

Inherits: RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Methods

String

get_id ( ) const

bool

is_alive ( ) const

bool

is_started ( ) const

void

set_thread_safety_checks_enabled ( bool enabled ) static

Error

start ( Callable callable, Priority priority=1 )

Variant

wait_to_finish ( )


Enumerations

enum Priority:

Priority PRIORITY_LOW = 0

There is currently no description for this enum. Please help us by contributing one!

Priority PRIORITY_NORMAL = 1

There is currently no description for this enum. Please help us by contributing one!

Priority PRIORITY_HIGH = 2

There is currently no description for this enum. Please help us by contributing one!


Method Descriptions

String get_id ( ) const

There is currently no description for this method. Please help us by contributing one!


bool is_alive ( ) const

There is currently no description for this method. Please help us by contributing one!


bool is_started ( ) const

There is currently no description for this method. Please help us by contributing one!


void set_thread_safety_checks_enabled ( bool enabled ) static

There is currently no description for this method. Please help us by contributing one!


Error start ( Callable callable, Priority priority=1 )

There is currently no description for this method. Please help us by contributing one!


Variant wait_to_finish ( )

There is currently no description for this method. Please help us by contributing one!