romange / helio

A modern framework for backend development based on io_uring Linux interface
Apache License 2.0
435 stars 49 forks source link

chore: fibers improvements #184

Closed romange closed 9 months ago

romange commented 9 months ago
  1. Fix debug crash when a machine suspends and tsc is reset.
  2. Improve a fiber test
  3. Fix warnings.
codecov-commenter commented 9 months ago

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (7824c85) 78.75% compared to head (d48e744) 78.73%.

Files Patch % Lines
util/fibers/detail/scheduler.cc 33.33% 2 Missing :warning:
util/fibers/epoll_proactor.cc 50.00% 1 Missing :warning:
util/fibers/uring_proactor.cc 0.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #184 +/- ## ========================================== - Coverage 78.75% 78.73% -0.02% ========================================== Files 100 100 Lines 7335 7347 +12 ========================================== + Hits 5777 5785 +8 - Misses 1558 1562 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.