pub fn barrier_take_many<O0: Into<Output>, O1: Into<Output>>( handle: O0, num_elements: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for BarrierTakeMany::new().build(handle, num_elements, scope).
BarrierTakeMany::new().build(handle, num_elements, scope)