pub type TaskHandler = JoinHandle<Result<(), Error>>;
Represents an arc protected handler for a task.
pub struct TaskHandler { /* private fields */ }