One of its main feature is its simplification of the usage of native
Java concurrency constructs (wait, notify,
notifyAll, join, etc.) by replacing the
annoying InterruptedException checked exception with an
equivalent ThreadInterruptedException unchecked
exception (easing the development of concurrent Java code, and
preventing a serious source of Java bugs due to the frequent erroneous
algorithm of ignoring exceptions).
Latest version: 0.9 (November 2018)
- pt.ua.concurrent-v0.9.zip [examples] [javadoc]
- pt.ua.concurrent-v0.89.zip [examples] [javadoc]
- pt.ua.concurrent-v0.87.zip [examples] [javadoc]
- pt.ua.concurrent-v0.82.zip [examples] [javadoc]
- pt.ua.concurrent-v0.8.zip [examples] [javadoc]
- pt.ua.concurrent-v0.7.zip [examples] [javadoc]