Interface ForkJoinPoolFeature

All Known Subinterfaces:
ThreadingFeature
All Known Implementing Classes:
ForkJoinPoolFeature.UsingCommonPool

@Feature public interface ForkJoinPoolFeature
Feature providing a fork/join pool. If you're doing parallel calculations, it's recommended to keep the fork/join pool being used configurable. However, that's entirely optional.
  • Method Details