risingwave_stream::executor::dispatch

Trait Alias DispatchFuture

source
trait DispatchFuture<'a> = Future<Output = StreamResult<()>> + Send;