46474849505152
* * @param pool the pool this thread works in * @throws NullPointerException if pool is null */ protected ForkJoinWorkerThread(final ForkJoinPool pool) { this(pool, new ThreadFactory("fork-join", true)); }