dispatch_update_async

Function dispatch_update_async 

Source
pub async fn dispatch_update_async<R, F>(
    label: &'static str,
    f: impl FnOnce() -> F,
) -> R
where F: Future<Output = R>,
Expand description

Dispatch an asynchronous update endpoint.