risingwave_stream::executor::subtask

Type Alias SubtaskHandle

source
pub type SubtaskHandle = impl Future<Output = ()> + Send + 'static;
Expand description

Handle used to drive the subtask.