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).
A public git repository for this library can be found at http://code.ua.pt/projects/dbc-concurrency-library.
Latest version: 0.9 (November 2018)
(mos at ua.pt) University of Aveiro, DETI/IEETA