MCPcopy Create free account
hub / github.com/KingOfBugbounty/enumrust / ParallelNucleiExecutor

Class ParallelNucleiExecutor

src/parallel_executor.rs:133–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131// ═══════════════════════════════════════════════════════════════════════════
132
133pub struct ParallelNucleiExecutor {
134 config: ParallelConfig,
135 semaphore: Arc<Semaphore>,
136 completed: Arc<AtomicUsize>,
137 total: Arc<AtomicUsize>,
138}
139
140impl ParallelNucleiExecutor {
141 pub fn new(config: ParallelConfig) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected