Class ThreadingFeature.WithSystemForkJoinPool

  • All Implemented Interfaces:
    ThreadingFeature
    Enclosing interface:
    ThreadingFeature

    @Feature
    @Deprecated(forRemoval=true)
    public abstract static class ThreadingFeature.WithSystemForkJoinPool
    extends java.lang.Object
    implements ThreadingFeature
    Deprecated, for removal: This API element is subject to removal in a future version.
    about 99.9% of the applications will use this → moved to default in ThreadingFeature
    Use the system's ForkJoinPool (ForkJoinPool.commonPool() for calculations.
    • Constructor Detail

      • WithSystemForkJoinPool

        public WithSystemForkJoinPool()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • forkJoinPool

        @Provision
        public java.util.concurrent.ForkJoinPool forkJoinPool()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        forkJoinPool in interface ThreadingFeature