Function safe_core::event_loop::run[][src]

pub fn run<C: Client, T>(
    el: Core,
    client: &C,
    context: &T,
    el_rx: CoreMsgRx<C, T>
)

Run the core event loop. This will block until the event loop is alive. Hence must typically be called inside a spawned thread.