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.