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

Replace AtomicQueue by crossbeam::ArrayQueue #124

Merged
merged 1 commit into from Apr 14, 2022
Merged

Replace AtomicQueue by crossbeam::ArrayQueue #124

merged 1 commit into from Apr 14, 2022

Conversation

brunocodutra
Copy link
Owner

This is possible now that crossbeam-rs/crossbeam#789 has been released with v0.3.5.

this is possible now that crossbeam-rs/crossbeam#789 has been released with v0.3.5.
@codecov
Copy link

codecov bot commented Apr 12, 2022

Codecov Report

Merging #124 (ac1b7f2) into master (56af523) will increase coverage by 0.89%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #124      +/-   ##
==========================================
+ Coverage   97.10%   98.00%   +0.89%     
==========================================
  Files           6        6              
  Lines         691      600      -91     
==========================================
- Hits          671      588      -83     
+ Misses         20       12       -8     
Impacted Files Coverage Δ
src/buffer.rs 100.00% <100.00%> (+5.67%) ⬆️

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 56af523...ac1b7f2. Read the comment docs.

@brunocodutra brunocodutra merged commit 69c42d5 into master Apr 14, 2022
@brunocodutra brunocodutra deleted the xbeam branch April 14, 2022 18:13
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.

None yet

1 participant