Skip to content
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

awaitable examples are simplified #2897

Merged
merged 4 commits into from
Jul 7, 2024

Conversation

ashtum
Copy link
Collaborator

@ashtum ashtum commented Jul 5, 2024

No need for rebind_executor as asio::deferred is now the default completion token.

Copy link

codecov bot commented Jul 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.09%. Comparing base (a3a800b) to head (4072be7).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #2897   +/-   ##
========================================
  Coverage    93.09%   93.09%           
========================================
  Files          177      177           
  Lines        13709    13709           
========================================
  Hits         12763    12763           
  Misses         946      946           
Files Coverage Δ
...ude/boost/beast/_experimental/test/impl/stream.hpp 99.31% <100.00%> (ø)
include/boost/beast/core/async_base.hpp 100.00% <100.00%> (ø)
include/boost/beast/core/impl/basic_stream.hpp 83.06% <100.00%> (ø)
...ude/boost/beast/core/impl/buffered_read_stream.hpp 91.52% <100.00%> (ø)
include/boost/beast/http/impl/read.hpp 98.46% <100.00%> (ø)
include/boost/beast/http/impl/write.hpp 92.07% <100.00%> (ø)
include/boost/beast/websocket/detail/impl_base.hpp 86.01% <ø> (ø)
include/boost/beast/websocket/impl/teardown.hpp 78.26% <100.00%> (ø)

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 a3a800b...4072be7. Read the comment docs.

@ashtum ashtum force-pushed the refactor-awaitable-examples branch 5 times, most recently from 1c777cb to 29c0479 Compare July 7, 2024 08:22
@ashtum ashtum force-pushed the refactor-awaitable-examples branch 3 times, most recently from f3bc955 to eb35fae Compare July 7, 2024 10:46
No need for `rebind_executor` as `asio::deferred` is now the default completion token.
@ashtum ashtum force-pushed the refactor-awaitable-examples branch from eb35fae to ded85ba Compare July 7, 2024 11:03
@ashtum ashtum merged commit ff5672e into boostorg:develop Jul 7, 2024
46 of 47 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