ClassAlwaysThrowsExceptionWorkerThreadFactoryThe ForkJoinPool uses a Factory to create its Working Threads. As we want to use our Working Threads, we need to use our own Factory to create those t
Chapter10/ch10_recipe02/src/com/packtpub/java9/concurrency/cookbook/chapter10/recipe02/task/AlwaysThrowsExceptionWorkerThreadFactory.java:15