Skip to content

get_executor() works on initiation objects #2895

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 4, 2024

Conversation

ashtum
Copy link
Collaborator

@ashtum ashtum commented Jul 4, 2024

This is required for the new asio::cancel_at and asio::cancel_after completion token adapters to work.

This is required for the new `asio::cancel_at` and `asio::cancel_after`
completion token adapters to work.
@ashtum ashtum force-pushed the initiators-have-get_executor branch from 64ae785 to e7571c6 Compare July 4, 2024 11:22
Copy link

codecov bot commented Jul 4, 2024

Codecov Report

Attention: Patch coverage is 58.06452% with 26 lines in your changes missing coverage. Please review.

Project coverage is 93.09%. Comparing base (1a2b85b) to head (97fc09c).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2895      +/-   ##
===========================================
- Coverage    93.23%   93.09%   -0.14%     
===========================================
  Files          177      177              
  Lines        13675    13709      +34     
===========================================
+ Hits         12750    12763      +13     
- Misses         925      946      +21     
Files Coverage Δ
...boost/beast/_experimental/http/impl/icy_stream.hpp 96.03% <100.00%> (+0.03%) ⬆️
...ude/boost/beast/_experimental/test/impl/stream.hpp 99.31% <100.00%> (ø)
include/boost/beast/core/detect_ssl.hpp 93.93% <100.00%> (+1.51%) ⬆️
...ude/boost/beast/core/impl/buffered_read_stream.hpp 91.52% <100.00%> (+0.14%) ⬆️
include/boost/beast/core/impl/flat_stream.hpp 100.00% <100.00%> (ø)
include/boost/beast/http/impl/read.hpp 98.46% <100.00%> (+<0.01%) ⬆️
include/boost/beast/http/impl/write.hpp 92.07% <100.00%> (+1.71%) ⬆️
include/boost/beast/websocket/impl/close.hpp 95.97% <33.33%> (-0.98%) ⬇️
include/boost/beast/websocket/impl/handshake.hpp 95.62% <60.00%> (-1.42%) ⬇️
include/boost/beast/websocket/impl/ping.hpp 93.65% <50.00%> (-1.52%) ⬇️
... and 4 more

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 1a2b85b...97fc09c. Read the comment docs.

@ashtum ashtum merged commit a3a800b into boostorg:develop Jul 4, 2024
47 of 49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant