Function ya_runtime_api::server::run

source ·
pub async fn run<Factory, Runtime>(factory: Factory)where
    Factory: Fn(EventEmitter) -> Runtime,
    Runtime: RuntimeService + 'static,