Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactoring; extracted CLAbstractExecutorService and CLPoolable. | Michael Bien | 2011-08-03 | 1 | -1/+1 |
| | |||||
* | added missing license headers. | Michael Bien | 2011-07-20 | 1 | -0/+26 |
| | |||||
* | redesigned CLCommandQueuePool. | Michael Bien | 2011-07-11 | 1 | -15/+25 |
| | |||||
* | changed impl to use an extended ThreadPoolExecutor directly. | Michael Bien | 2011-07-09 | 1 | -3/+3 |
| | |||||
* | - initial import of CLTaskCompletionService. | Michael Bien | 2011-07-05 | 1 | -25/+62 |
| | | | - fixed pool shutdown behavior. It will now wait till all started tasks finish to be able to release the queue context. | ||||
* | CLCommandQueuePool support for invokeAny(tasks). | Michael Bien | 2011-06-20 | 1 | -4/+24 |
| | |||||
* | added submitAll() utility method | Michael Bien | 2011-05-09 | 1 | -16/+18 |
| | | | | junit test now covering queue contexts switching improved javadoc. | ||||
* | concurrent utils bugfixes and improvements. | Michael Bien | 2011-05-09 | 1 | -10/+97 |
| | | | | | | - more utility methods - generics fixes - basic junit test for CLCommandQueuePool - javadoc and argument validation | ||||
* | added context switching functionality. | Michael Bien | 2011-05-08 | 1 | -7/+5 |
| | |||||
* | introduced CLQueueContext and its factory - WIP. | Michael Bien | 2011-05-07 | 1 | -2/+33 |
| | |||||
* | initial import of CLCommandQueuePool and CLTask. | Michael Bien | 2011-05-04 | 1 | -0/+54 |