UnsafePrinterInterchangedHandler loop =
new UnsafePrinterInterchangedHandler(nCols, nThreads);
loop.loopProcess();
try {
lp.send2stream(new PrintStream(new FileOutputStream("/dev/null")));
} catch (IOException ioe) {
throw new IllegalArgumentException("Can't write to /dev/null " + ioe);
}
return lookupValues;