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

Method update

src/scope.rs:1342–1348  ·  view source on GitHub ↗
(&mut self, op: OP)

Source from the content-addressed store, hash-verified

1340 completed = true;
1341 })
1342 })
1343 })
1344 });
1345
1346 assert!(completed);
1347
1348 THREAD_POOL.depopulate();
1349 }
1350
1351 /// Tests that nesting two scopes on different workers will not deadlock.

Callers 1

scope_update_treeFunction · 0.80

Calls 2

scopeFunction · 0.85
update_in_scopeMethod · 0.80

Tested by 1

scope_update_treeFunction · 0.64