Module methanol

Class SharedExecutors


  • public class SharedExecutors
    extends java.lang.Object
    Provides default executors that are used across the library when no executor is supplied by the user.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.concurrent.ExecutorService executor()  
      static java.util.concurrent.ScheduledExecutorService scheduler()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • executor

        public static java.util.concurrent.ExecutorService executor()
      • scheduler

        public static java.util.concurrent.ScheduledExecutorService scheduler()