Fork-join pool worker threads pinning support
- This release adds an affinity aware version
ForkJoinPool
calledPinnedForkJoinPool
- The
PinnedThreadFactory
interface (and its implementations) now also implementsForkJoinPool.ForkJoinWorkerThreadFactory
(in addition toThreadFactory
)