| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
fixes cases where the CF<ER> is finished before the observer is called for the last time
Test Results 313 files 313 suites 53s ⏱️ Results for commit 71c8032. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Because the engine state updates are side effects, it can happen that the last "NOT_RUNNING" happens after the overall CompletableFuture<ExecutionResult> is completed.
As this is very counterintuitive this PR fixes that edge case with observing the CompletableFuture<ExecutionResult> explicitly.
It also make explicit states for Start and finish the engine.