Interface ThreadPool4

  • All Known Implementing Classes:
    ThreadPool4Impl

    public interface ThreadPool4
    • Method Detail

      • start

        void start​(java.lang.String taskName,
                   java.lang.Runnable task)
      • startLowPriority

        void startLowPriority​(java.lang.String taskName,
                              java.lang.Runnable task)
      • join

        void join​(int timeoutMilliseconds)
           throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException