Package ec.util

Interface ThreadPool.Worker

Enclosing class:
ThreadPool

public static interface ThreadPool.Worker
A Worker is a special kind of object which represents an underlying Worker thread usable in the ThreadPool.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • interrupt

      void interrupt()