Function ya_runtime_api::server::run[][src]

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