Closed Nukesor closed 5 months ago
Attention: Patch coverage is 74.41558%
with 197 lines
in your changes missing coverage. Please review.
Project coverage is 80.09%. Comparing base (
a97448d
) to head (0d9d5e3
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
3 files ±0 22 suites ±0 3m 0s :stopwatch: +8s 148 tests ±0 148 :white_check_mark: ±0 0 :zzz: ±0 0 :x: ±0 316 runs ±0 316 :white_check_mark: ±0 0 :zzz: ±0 0 :x: ±0
Results for commit 0d9d5e31. ± Comparison against base commit a97448de.
:recycle: This comment has been updated with latest results.
Part of #540 Fixes #548
This MR completely restructures the daemon's architecture and process related state handling.
The code is a lot cleaner and the MPSC between the message handlers and the task handler has been removed, effectively removing a lot of potential for deadlocks and moving a lot of task related logic closer to the message handler.