dispatching_future

Function dispatching_future 

Source
fn dispatching_future(
    inner: DispatchExecutorInner,
    message: Message,
) -> impl Future<Output = (DispatchExecutorInner, StreamResult<Option<Barrier>>)> + 'static