risingwave_expr::expr_context::VNODE_COUNT

Function sync_scope

source
pub fn sync_scope<F, R>(value: usize, f: F) -> R
where F: FnOnce() -> R,