Skip to content

Bug fixing & Optimizations

Compare
Choose a tag to compare
@vsilaev vsilaev released this 24 May 09:36
· 239 commits to master since this release
  1. Fix an issue with AbstractCompletableTask.thenComose* -- exceptions in passed functions do not complete resulting stage
  2. Optimize AbstractCompletableTask.thenComose* to use direct execution of intermediate stage transitions instead of unnecessary calls to Execution.execute.
  3. ExecutorBoundCompletionStage changes delegation/wrapping sequence (minor)