MCPcopy Create free account
hub / github.com/ArcInstitute/binseq / parallel_range.rs

File parallel_range.rs

examples/parallel_range.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use binseq::{BinseqReader, BinseqRecord, ParallelProcessor, ParallelReader, Result};
2use std::sync::Arc;
3use std::sync::atomic::{AtomicUsize, Ordering};
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected