risingwave_expr::expr_context::FRAGMENT_ID

Function scope

source
pub fn scope<F>(value: u32, f: F) -> TaskLocalFuture<u32, F>
where F: Future,