dispatch_query_async

Function dispatch_query_async 

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

Dispatch an asynchronous query endpoint.