Crate async_rt

Source

Modules§

global
rt
task
tracker

Structs§

AbortableJoinHandle
The same as JoinHandle but designed to abort the task when all associated reference to the returned AbortableJoinHandle has was dropped.
CommunicationTask
A task that accepts messages
JoinHandle
An owned permission to join on a task (await its termination).
UnboundedCommunicationTask
A task that accepts messages

Traits§

Executor