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

Impl Sync for RingSender and RingReceiver #91

Merged
merged 1 commit into from
Dec 15, 2021
Merged

Impl Sync for RingSender and RingReceiver #91

merged 1 commit into from
Dec 15, 2021

Conversation

brunocodutra
Copy link
Owner

@brunocodutra brunocodutra commented Dec 15, 2021

This reverts commit 972691a and closes #69.

@codecov
Copy link

codecov bot commented Dec 15, 2021

Codecov Report

Merging #91 (b85d230) into master (55e6a2c) will increase coverage by 0.25%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #91      +/-   ##
==========================================
+ Coverage   96.26%   96.51%   +0.25%     
==========================================
  Files           5        5              
  Lines         455      459       +4     
==========================================
+ Hits          438      443       +5     
+ Misses         17       16       -1     
Impacted Files Coverage Δ
src/channel.rs 96.28% <100.00%> (+0.07%) ⬆️
src/error.rs 91.30% <0.00%> (+3.80%) ⬆️

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 55e6a2c...b85d230. Read the comment docs.

@brunocodutra brunocodutra merged commit 0807bfd into master Dec 15, 2021
@brunocodutra brunocodutra deleted the sync branch December 15, 2021 22:07
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.

Can't use ring channel in async context: NonNull<ControlBlock> is not Send`
1 participant