Skip to content

Fork-join pool worker threads pinning support

Compare
Choose a tag to compare
@sheinbergon sheinbergon released this 11 Sep 15:53
  • This release adds an affinity aware version ForkJoinPool called PinnedForkJoinPool
  • The PinnedThreadFactory interface (and its implementations) now also implements ForkJoinPool.ForkJoinWorkerThreadFactory (in addition to ThreadFactory)