Skip to main content

run

Function run 

Source
pub(crate) fn run(
    inner: Arc<BackendShared>,
    cmd_rx: Receiver<Command>,
    config: RuntimeConfig,
)
Expand description

Runs the backend event loop. Called on the backend thread.