Skip to main content

create_random_readers

Function create_random_readers 

Source
pub fn create_random_readers(
    params: &Arc<TransformFile>,
    path_in: &Vec<PathBuf>,
    tx_data: &Sender<Option<Arc<(CellID, Arc<Vec<ReadPair>>)>>>,
) -> Result<()>