Crate async_rt

Source

Modules§

arc
global
rt
task
tracker

Structs§

AbortableJoinHandle
The same as JoinHandle but designed to abort the task when all associated references to the returned AbortableJoinHandle have been 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