Module cernan::thread[][src]

Mio enabled threading library.

Structs

ThreadHandle

Mio enabled thread state.

Traits

Stoppable

Trait for stoppable processes.

Functions

spawn

Spawns a new thread executing the provided closure.

Type Definitions

Events

Events buffer type. Alias of mio::Events.

Poll

Event polling structure. Alias of mio::Poll.