Crate task_system

Source
Expand description

§Basic Usage

Structs§

TaskSender
Sender for a task system.
TaskSystem
A task system that can be used to send tasks to a thread pool.

Traits§

Cancellable
A trait for objects that can be cancelled.