Home
last modified time | relevance | path

Searched refs:update_in_scope (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/rayon-core/src/scope/
Dtest.rs90 scope(|s| self.update_in_scope(&op, s)); in update()
93 fn update_in_scope<'scope, OP>(&'scope mut self, op: &'scope OP, scope: &Scope<'scope>) in update_in_scope() method
103 scope.spawn(move |scope| child.update_in_scope(op, scope)); in update_in_scope()