Package it.pixel.util.threads

Interface Summary
RunnableWithParams Instead of implementing java.lang.Runnable, a class designed to be executed in a thread of the pool must implement this interface.
 

Class Summary
Semaphore This class is the implementation of a semaphore.
TestThreadPool Deprecated. This class isn't of any use for your program.
ThreadPool This class is the only class you want to use directly.