Type Definition safe_core::event_loop::CoreMsgRx[][src]

type CoreMsgRx<C, T> = UnboundedReceiver<CoreMsg<C, T>>;

Receiver of messages to be run in the core event loop.