Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
nodes
Function · 0.80
sizes
Function · 0.80
sizes
Function · 0.80
broadcast
Method · 0.80
scope_update_tree
Function · 0.80
Calls
no outgoing calls
Tested by
1
scope_update_tree
Function · 0.64