Home
last modified time | relevance | path

Searched defs:callInThrowAwayThread (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-io/src/test/java/org/apache/commons/io/output/
DQueueOutputStreamTest.java53 private static <T> T callInThrowAwayThread(final Callable<T> callable) throws Exception { in callInThrowAwayThread() method in QueueOutputStreamTest
113 callInThrowAwayThread(() -> { in writeStringMultiThread() method