Searched defs:callInThrowAwayThread (Results 1 – 1 of 1) sorted by relevance
53 private static <T> T callInThrowAwayThread(final Callable<T> callable) throws Exception { in callInThrowAwayThread() method in QueueOutputStreamTest113 callInThrowAwayThread(() -> { in writeStringMultiThread() method