Module runtime

Module runtime 

Source

Re-exports§

pub use handle::Error as HandleError;
pub use handle::Handle;

Modules§

handle
thread

Structs§

Emitter
Publishes events to subscribers.
Runtime
Holds join handles to the client threads, as well as a client handle.

Enums§

ControlSocket
Wraps a Listener but tracks its origin.
Error
A client error.

Constants§

MAX_PENDING_TASKS
Maximum pending worker tasks allowed.