pub async fn dispatch_update_async<R, F>(
call: EndpointCall,
f: impl FnOnce() -> F,
) -> Rwhere
F: Future<Output = R>,Expand description
Dispatch an asynchronous update endpoint.
pub async fn dispatch_update_async<R, F>(
call: EndpointCall,
f: impl FnOnce() -> F,
) -> Rwhere
F: Future<Output = R>,Dispatch an asynchronous update endpoint.