ThreadPool ========== David F. Houghton 19 Feb, 2010 This will be a very small, simple library providing concurrency with minimal effort. ** ThreadPool is now DEPRECATED!!! ** Use ThreadPuddle instead. It's faster and does essentially the same thing. TODO Create build.xml file to create javadocs, compile code, run the tests, and pack this wee bit of code into a jar. Other Stuff ----------- This software is distributed under the terms of the FSF Lesser Gnu Public License (see lgpl.txt).
dfhoughton/ThreadPool
very simple Java thread pool for when you want asynchronous processing but don't want to think about threads
Java