MCPcopy Create free account
hub / github.com/OpenGene/fastplong / writerTask

Method writerTask

src/seprocessor.cpp:470–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468}
469
470void SingleEndProcessor::writerTask(WriterThread* config)
471{
472 while(true) {
473 if(config->isCompleted()){
474 // last check for possible threading related issue
475 config->output();
476 break;
477 }
478 config->output();
479 }
480
481 if(mOptions->verbose) {
482 string msg = config->getFilename() + " writer finished";
483 loginfo(msg);
484 }
485}

Callers

nothing calls this directly

Calls 4

loginfoFunction · 0.85
isCompletedMethod · 0.80
outputMethod · 0.80
getFilenameMethod · 0.80

Tested by

no test coverage detected