[][src]Module fibers::executor

The Executor trait and its implementations.

Structs

InPlaceExecutor

An executor that executes spawned fibers and I/O event polling on current thread.

InPlaceExecutorHandle

A handle of an InPlaceExecutor instance.

ThreadPoolExecutor

An executor that executes spawned fibers on pooled threads.

ThreadPoolExecutorHandle

A handle of a ThreadPoolExecutor instance.

Traits

Executor

The Executor trait allows for spawning and executing fibers.