Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - added isReleased() to CLResource, made CLObject public. | Michael Bien | 2011-06-19 | 2 | -0/+17 |
| | | | - a CLResource will throw an Exception if released twice. | ||||
* | javadoc updates. | Michael Bien | 2011-05-27 | 1 | -0/+7 |
| | |||||
* | added submitAll() utility method | Michael Bien | 2011-05-09 | 3 | -9/+41 |
| | | | | junit test now covering queue contexts switching improved javadoc. | ||||
* | concurrent utils bugfixes and improvements. | Michael Bien | 2011-05-09 | 3 | -22/+60 |
| | | | | | | - more utility methods - generics fixes - basic junit test for CLCommandQueuePool - javadoc and argument validation | ||||
* | added context switching functionality. | Michael Bien | 2011-05-08 | 2 | -10/+41 |
| | |||||
* | introduced CLQueueContext and its factory - WIP. | Michael Bien | 2011-05-07 | 4 | -38/+147 |
| | |||||
* | worker threads should be deamons and should have a name (like all evil things) | Michael Bien | 2011-05-06 | 1 | -3/+5 |
| | |||||
* | added finish action and several utility methods, WIP. | Michael Bien | 2011-05-04 | 1 | -8/+68 |
| | |||||
* | initial import of CLCommandQueuePool and CLTask. | Michael Bien | 2011-05-04 | 2 | -0/+149 |