Expand description
Machinery for tasks.
Structs§
- Task
Canceller - Encapsulated state required to create cancellable tasks from non-script threads.
Traits§
- NonSend
Task Box - A boxed version of
NonSendTaskOnce. - NonSend
Task Once - A task that must be run on the same thread it originated in.
- TaskBox
- A boxed version of
TaskOnce. - Task
Once - A task that can be sent between threads and run. The name method is for profiling purposes.