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

Method broadcast_queue

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

Source from the content-addressed store, hash-verified

1055 self.get_member_data().semaphores[member_index].signal();
1056 }
1057 }
1058 }
1059}
1060
1061thread_local! {
1062 static WORKER_PTR: Cell<*const Worker> = const { Cell::new(ptr::null()) };

Callers 1

find_local_workMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected