Class ForkJoinScheduler

    • Constructor Detail

      • ForkJoinScheduler

        public ForkJoinScheduler()
    • Method Detail

      • schedule

        public <T> java.util.concurrent.CompletableFuture<T> schedule​(java.util.concurrent.Callable<T> fn)
        Specified by:
        schedule in interface RecipeScheduler
      • getForkJoinPool

        public java.util.concurrent.ForkJoinPool getForkJoinPool()
      • shutdown

        public static void shutdown()
        Used to shut down the common fork/join pool.