[][src]Crate multitask

An executor for running async tasks.

Structs

Executor

A multi-threaded executor.

LocalExecutor

A single-threaded executor.

Task

A spawned future.

Ticker

Runs tasks in a multi-threaded executor.