romange / helio

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

feat(sock): Add a new cancellation callback interface. #148

Closed royjacobson closed 1 year ago

royjacobson commented 1 year ago

There's a minimal Dragonfly PR ready as well.

codecov-commenter commented 1 year ago

Codecov Report

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

Comparison is base (937652d) 77.59% compared to head (d220cbb) 77.55%.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #148 +/- ## ========================================== - Coverage 77.59% 77.55% -0.05% ========================================== Files 98 98 Lines 7136 7154 +18 ========================================== + Hits 5537 5548 +11 - Misses 1599 1606 +7 ``` | [Files](https://app.codecov.io/gh/romange/helio/pull/148?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Roman+Gershman) | Coverage Δ | | |---|---|---| | [util/fiber\_socket\_base.h](https://app.codecov.io/gh/romange/helio/pull/148?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Roman+Gershman#diff-dXRpbC9maWJlcl9zb2NrZXRfYmFzZS5o) | `92.85% <ø> (ø)` | | | [util/fibers/epoll\_socket.h](https://app.codecov.io/gh/romange/helio/pull/148?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Roman+Gershman#diff-dXRpbC9maWJlcnMvZXBvbGxfc29ja2V0Lmg=) | `100.00% <ø> (ø)` | | | [util/fibers/fiber\_socket\_test.cc](https://app.codecov.io/gh/romange/helio/pull/148?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Roman+Gershman#diff-dXRpbC9maWJlcnMvZmliZXJfc29ja2V0X3Rlc3QuY2M=) | `98.10% <100.00%> (ø)` | | | [util/fibers/uring\_socket.h](https://app.codecov.io/gh/romange/helio/pull/148?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Roman+Gershman#diff-dXRpbC9maWJlcnMvdXJpbmdfc29ja2V0Lmg=) | `100.00% <ø> (ø)` | | | [util/fibers/epoll\_socket.cc](https://app.codecov.io/gh/romange/helio/pull/148?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Roman+Gershman#diff-dXRpbC9maWJlcnMvZXBvbGxfc29ja2V0LmNj) | `72.35% <63.63%> (-1.21%)` | :arrow_down: | | [util/fibers/uring\_socket.cc](https://app.codecov.io/gh/romange/helio/pull/148?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Roman+Gershman#diff-dXRpbC9maWJlcnMvdXJpbmdfc29ja2V0LmNj) | `75.64% <44.44%> (+0.08%)` | :arrow_up: | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/romange/helio/pull/148/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Roman+Gershman)

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