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.
pub(crate) fn run(
inner: Arc<BackendShared>,
cmd_rx: Receiver<Command>,
config: RuntimeConfig,
)Runs the backend event loop. Called on the backend thread.