[−][src]Type Definition iced_native::Runtime
type Runtime<Executor, Receiver, Message> = Runtime<Hasher, Event, Executor, Receiver, Message>;
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
.