pub async fn dispatch_update_async<R, F>( label: &'static str, f: impl FnOnce() -> F, ) -> Rwhere F: Future<Output = R>,
Dispatch an asynchronous update endpoint.