MCPcopy Create free account
hub / github.com/NthTensor/Forte / iter

Method iter

src/scope.rs:1335–1340  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1333
1334 let mut completed = false;
1335
1336 THREAD_POOL.scope(|scope| {
1337 scope.spawn(|worker: &Worker| {
1338 worker.scope(|scope| {
1339 scope.spawn(|_: &Worker| {
1340 completed = true;
1341 })
1342 })
1343 })

Callers 5

nodesFunction · 0.80
sizesFunction · 0.80
sizesFunction · 0.80
broadcastMethod · 0.80
scope_update_treeFunction · 0.80

Calls

no outgoing calls

Tested by 1

scope_update_treeFunction · 0.64