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: reimplement fiber migrate #185

Closed romange closed 9 months ago

romange commented 9 months ago

Before, we used a temporary fiber to pass along the migrated fiber to another proactor. Now, we simplify the transition by using the dispatcher fiber that also handles I/O loop. We switch to it and execute the delegation to another proactor.

Also, remove the old code and get rid of sccache that is not very reliable.

codecov-commenter commented 9 months ago

Codecov Report

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

Comparison is base (f4a8924) 78.76% compared to head (d3098e4) 78.65%.

Files Patch % Lines
util/accept_server_test.cc 57.14% 9 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 #185 +/- ## ========================================== - Coverage 78.76% 78.65% -0.11% ========================================== Files 100 100 Lines 7347 7389 +42 ========================================== + Hits 5787 5812 +25 - Misses 1560 1577 +17 ```

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