Runtime

Type Alias Runtime 

Source
pub type Runtime<Executor, Receiver, Message> = Runtime<Hasher, (Event, Status), Executor, Receiver, Message>;
Expand description

A native runtime with a generic executor and receiver of results.

It can be used by shells to easily spawn a Command or track a Subscription.

Aliased Typeยง

pub struct Runtime<Executor, Receiver, Message> { /* private fields */ }