spawn

Function spawn 

Source
pub async fn spawn<H: LogReloader + Send + 'static>(
    config: ConfigureConfig,
    system_config_sender: Sender<CombinedSystemConfig>,
    log_reload_handle: H,
) -> JoinHandle<Result<()>>