Module task_kit::prelude [] [src]

Reexports

pub use task::State::*;

Structs

Runner

A thread pool for executing tasks.

Task

Tasks can be used to execute code in Task Kit's runner thread pool. This is the key primive of this crate. It can be used to build and organize asyncronous code paths.

Enums

State

Traits

Executable

Allows an implementer to be executed by the runner