Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 801 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 801 Bytes

PhiUtil for Java project status

This project provides some utility classes to supplement the JDK:

  • CloseableBlockingQueue interface and implementation that gives the semantics for a BlockingQueue that may be closed.
  • PausableBlockingQueue interface and implementation that gives the semantics for a BlockingQueue that may pause or suspend the current thread.
  • Continue interface that makes it easier to coordinate paused/suspended threads.

Forking

Forks and pull requests are welcome.

License

GNU GPL, see http://www.gnu.org/licenses/.