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

Add Coroutine::join() #4406

Merged
merged 5 commits into from
Sep 15, 2021
Merged

Add Coroutine::join() #4406

merged 5 commits into from
Sep 15, 2021

Conversation

matyhtf
Copy link
Member

@matyhtf matyhtf commented Sep 14, 2021

No description provided.

@codecov
Copy link

codecov bot commented Sep 14, 2021

Codecov Report

Merging #4406 (c3f5089) into master (e648f7c) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4406      +/-   ##
==========================================
- Coverage   52.48%   52.47%   -0.02%     
==========================================
  Files          73       73              
  Lines       14809    14803       -6     
==========================================
- Hits         7773     7768       -5     
+ Misses       7036     7035       -1     
Impacted Files Coverage Δ
src/reactor/base.cc 80.73% <ø> (-0.44%) ⬇️
src/coroutine/system.cc 32.03% <100.00%> (+0.07%) ⬆️
src/server/port.cc 50.00% <0.00%> (-0.28%) ⬇️
src/protocol/base.cc 63.15% <0.00%> (ø)
src/os/async_thread.cc 70.17% <0.00%> (+0.43%) ⬆️

Continue to review full report at Codecov.

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

@matyhtf matyhtf merged commit 6345fe8 into master Sep 15, 2021
@matyhtf matyhtf deleted the add-co-join branch September 15, 2021 01:56
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