Skip to main content

Module tasks

Module tasks 

Source
Expand description

Machinery for tasks.

Structs§

TaskCanceller
Encapsulated state required to create cancellable tasks from non-script threads.

Traits§

NonSendTaskBox
A boxed version of NonSendTaskOnce.
NonSendTaskOnce
A task that must be run on the same thread it originated in.
TaskBox
A boxed version of TaskOnce.
TaskOnce
A task that can be sent between threads and run. The name method is for profiling purposes.