0
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
A few more typos More... over 13 years ago
A few readme typos More... over 13 years ago
Bumped the version number and updated the README More... over 13 years ago
Created static TaskQueueManager class More... over 13 years ago
Added test for multiple TaskManager instances More... over 13 years ago
Initial implementation of instanced TaskManager More... over 13 years ago
Bumped version to 0.2.2 More... about 14 years ago
Updated README to reflect 0.2.1 release More... about 14 years ago
Added new test for empty Stages. They should succeed. More... about 14 years ago
Overloaded BaseChain.chain() to accept a List of Tasks to be chained More... about 14 years ago
* Fixed bug with Stages and Nested Chains - Stage onFailure() was not called if a nested, chained Task failed More... about 14 years ago
Fixed issue where Stage onCancel() gets called multiple times / improved code coverage More... about 14 years ago
Added TaskManager.block() for blocking on an in-flight or queued task More... about 14 years ago
Lined up test for future cancel functionality More... about 14 years ago
Fixed larger issues with ClaimCheck.equals() More... about 14 years ago
Fixed bug when calling cancel() with UUID Strings More... about 14 years ago
Bumped version to 0.2.1 More... about 14 years ago
Added getUUID to Task interface, BaseTask implementation More... about 14 years ago
Fixed a couple of "broken" tests More... about 14 years ago
Initial implementation of insertLink on BaseChain More... about 14 years ago
Separated Chain unit tests into new class More... about 14 years ago
Made all parameters final More... about 14 years ago
Set the generics on the MeanwhileFuture stuff More... about 14 years ago
Renamed addToStage() to stage() More... about 14 years ago
Remove setChainedTasks from interface contract. Unnecessary. More... about 14 years ago
Fixed timing issue with get Active test More... about 14 years ago
Renamed getQueued / getActive More... about 14 years ago
Implemented methods for retrieving claims from TaskManager More... about 14 years ago
Fixed broken cancel stage test More... about 14 years ago
MeanwhileFuture.get() should return the Task object instead of ClaimCheck More... about 14 years ago