Skip to content

Add io_context_options for runtime scheduler and service tuning

76965e6
Select commit
Loading
Failed to load commit list.
Merged

Add runtime io_context_options for scheduler and service tuning #219

Add io_context_options for runtime scheduler and service tuning
76965e6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 30, 2026 in 0s

77.89% (-0.02%) compared to f34a1ba, passed because coverage increased by 0% when compared to adjusted base (77.89%)

View this Pull Request on Codecov

77.89% (-0.02%) compared to f34a1ba, passed because coverage increased by 0% when compared to adjusted base (77.89%)

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.89%. Comparing base (f34a1ba) to head (76965e6).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #219      +/-   ##
===========================================
- Coverage    77.90%   77.89%   -0.02%     
===========================================
  Files           96       96              
  Lines         7395     7369      -26     
  Branches      1805     1794      -11     
===========================================
- Hits          5761     5740      -21     
  Misses        1110     1110              
+ Partials       524      519       -5     
Files with missing lines Coverage Δ
include/boost/corosio/io_context.hpp 95.52% <ø> (ø)
...st/corosio/native/detail/epoll/epoll_scheduler.hpp 82.40% <ø> (-0.81%) ⬇️
...boost/corosio/native/detail/iocp/win_scheduler.hpp 61.88% <ø> (-0.15%) ⬇️
.../corosio/native/detail/kqueue/kqueue_scheduler.hpp 70.09% <ø> (+<0.01%) ⬆️
...sio/native/detail/posix/posix_resolver_service.hpp 81.53% <ø> (ø)
.../corosio/native/detail/select/select_scheduler.hpp 83.33% <ø> (-0.33%) ⬇️
include/boost/corosio/native/native_io_context.hpp 92.50% <ø> (ø)
include/boost/corosio/native/native_scheduler.hpp 100.00% <ø> (ø)
src/corosio/src/io_context.cpp 95.83% <ø> (+5.51%) ⬆️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f34a1ba...76965e6. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.