Class AsyncUtils


  • public class AsyncUtils
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.concurrent.ExecutorService EXECUTOR_SERVICE  
    • Constructor Summary

      Constructors 
      Constructor Description
      AsyncUtils()  
    • Method Summary

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

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

      • EXECUTOR_SERVICE

        public static final java.util.concurrent.ExecutorService EXECUTOR_SERVICE
    • Constructor Detail

      • AsyncUtils

        public AsyncUtils()
    • Method Detail

      • newExhaustingThreadPoolExecutor

        @NotNull
        public static java.util.concurrent.ExecutorService newExhaustingThreadPoolExecutor()