Function kumo_server_runtime::rt_spawn_non_blocking

source ยท
pub fn rt_spawn_non_blocking<F: FnOnce() -> Result<FUT> + Send + 'static, FUT>(
    name: String,
    func: F,
) -> Result<()>
where FUT: Future + 'static,