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

Method thread_pool

src/thread_pool.rs:1232–1234  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1230 // In case another thread is waiting for a membership slot to free
1231 // up, issue a wake on the bitmask.
1232 atomic_wait::wake_one(&*self.thread_pool.claimed_bitmask);
1233 }
1234}
1235
1236// -----------------------------------------------------------------------------
1237// Worker context

Callers 4

promote_coldMethod · 0.80
steal_from_siblingsMethod · 0.80
num_membersFunction · 0.80
with_scopeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected