Class IO


  • public class IO
    extends java.lang.Object
    Custom IO Threads for the Server.

    These threads should only be used for non-intensive CPU work (e.g Accessing file, network calls...). These can also be calls Worker threads, also known as background threads, where time-consuming background tasks are executed.

    See Also:
    ExecutorService
    • Field Summary

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

      Constructors 
      Constructor Description
      IO()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • executor

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

      • IO

        public IO()