Interface ThreadPool.Task

    • Method Detail

      • run

        void run()
          throws java.lang.Throwable
        Performs the task.
        Throws:
        java.lang.Throwable - The task failed, and the worker thread won't be used again.