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 concurrent queue with generics support (MPMCQueueOf) #104

Merged
merged 5 commits into from Aug 21, 2023

Conversation

puzpuzpuz
Copy link
Owner

No description provided.

@puzpuzpuz puzpuzpuz added the enhancement New feature or request label Aug 20, 2023
@puzpuzpuz puzpuzpuz self-assigned this Aug 20, 2023
@codecov-commenter
Copy link

codecov-commenter commented Aug 20, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.16% 🎉

Comparison is base (1112be6) 97.42% compared to head (93ef071) 97.58%.
Report is 1 commits behind head on main.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #104      +/-   ##
==========================================
+ Coverage   97.42%   97.58%   +0.16%     
==========================================
  Files           7        8       +1     
  Lines        1049     1120      +71     
==========================================
+ Hits         1022     1093      +71     
  Misses         22       22              
  Partials        5        5              
Files Changed Coverage Δ
mpmcqueueof.go 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@puzpuzpuz puzpuzpuz merged commit ace0f0f into main Aug 21, 2023
4 checks passed
@puzpuzpuz puzpuzpuz deleted the generic-mpmcqueue branch August 21, 2023 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants