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

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

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