MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / GlobalQueue

Class GlobalQueue

hail-fuzz/src/queue.rs:538–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536static GLOBAL_ID: std::sync::atomic::AtomicU64 = std::sync::atomic::AtomicU64::new(0);
537
538pub struct GlobalQueue<D> {
539 new: Vec<std::sync::Mutex<Vec<(u64, Arc<D>)>>>,
540}
541
542impl<D> GlobalQueue<D> {
543 pub fn init(workers: usize) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected