0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
Jun 28, 2025 — Jun 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed issue with chains not executing correctly in an asynchronous scenario More... over 14 years ago
Stage / BaseChain no longer call onSubmit() of staged and chained tasks. This was causing onSubmit() to be called twice. More... over 14 years ago
Removed unused imports More... over 14 years ago
Added package-info javadoc to all packages More... over 14 years ago
Fixed javadoc @see tags after packaging refactor More... over 14 years ago
Moved version to 0.2 More... over 14 years ago
Clean-ups and unit tests into the nooks and crannies to maximize coverage More... over 14 years ago
Updated the Javadoc for version 0.2 More... over 14 years ago
Queue management methods satisfy unit tests More... over 14 years ago
Chain and Stage cancellation implementations complete. Still need to work on TaskManager queue management functionality. More... over 14 years ago
Got stages working with MeanwhileRunner More... over 14 years ago
Finally got Chains working - Stage still broken. More... over 14 years ago
Refactor task chains More... over 14 years ago
MeanwhileFuture delegates to MeanwhileRunnable's equals/hash/uuid methods More... over 14 years ago
Organized imports More... over 14 years ago
Initial implementation of Chain interface and SimpleChain default implementation More... over 14 years ago
Bumped version to 0.2 More... over 14 years ago
Implemented Task and Chain interfaces, SimpleTask (abstract implementation of Task and Chain interfaces) and refactored MeanwhileFuture, MeanwhileRunnable and TaskManger to handle it More... over 14 years ago
Moved onSubmit and status transitions to MeanwhileRunnable More... over 14 years ago
Created exploratory ClaimCheck branch - Implemented MeanwhileRunnable More... over 14 years ago
Changed access modifiers on Lifecycle methods More... over 14 years ago
Merge branch 'master' of https://bitbucket.org/boatmeme/meanwhile More... over 14 years ago
Revert "Changed the access modifier of all Lifecycle methods to public" More... over 14 years ago
Changed the access modifier of all Lifecycle methods to public More... over 14 years ago
Changed the access modifier of all Lifecycle methods to public More... over 14 years ago
Renamed "nextTasks" and all related methods to "chainedTasks" More... over 14 years ago
Moved onCancel of chained tasks to the onComplete() method - also implemented clearNextTasks More... over 14 years ago
added protected method getNextTasks() More... over 14 years ago
Fixed issues with Cancel - Now, if any stagedTasks is cancelled in a queued stage, it should cancel that entire stage. More... over 14 years ago
Initial implementation of MeanwhileThreadPoolExecutor More... over 14 years ago