Skip to content

au-phiware/phi-util-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/.

About

Some utility classes for the JDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages