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

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

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