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

Re-design executor dispatching management to work well with C++20 cor… #112

Merged
merged 2 commits into from
Jan 7, 2024

Conversation

redboltz
Copy link
Owner

@redboltz redboltz commented Jan 7, 2024

…outine.

See ut_cpp20coro_exec.cpp unit_test. This is expected behavior.

…outine.

See ut_cpp20coro_exec.cpp unit_test. This is expected behavior.
@codecov-commenter
Copy link

codecov-commenter commented Jan 7, 2024

Codecov Report

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

Comparison is base (e48c1a1) 88.89% compared to head (ab7994f) 89.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #112      +/-   ##
==========================================
+ Coverage   88.89%   89.00%   +0.11%     
==========================================
  Files          95       95              
  Lines       10272    10330      +58     
==========================================
+ Hits         9131     9194      +63     
+ Misses       1141     1136       -5     
Files Coverage Δ
include/async_mqtt/stream.hpp 85.26% <95.65%> (+3.20%) ⬆️
include/async_mqtt/endpoint.hpp 84.05% <84.90%> (+0.16%) ⬆️

... and 1 file with indirect coverage changes

@redboltz redboltz merged commit 808b2f2 into main Jan 7, 2024
11 checks passed
@redboltz redboltz deleted the fix_strand_management branch January 7, 2024 15:10
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.

2 participants