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 MicroQueue example #125

Merged
merged 6 commits into from
Mar 12, 2024
Merged

Add MicroQueue example #125

merged 6 commits into from
Mar 12, 2024

Conversation

b4D8
Copy link
Collaborator

@b4D8 b4D8 commented Mar 11, 2024

No description provided.

@coveralls
Copy link

coveralls commented Mar 11, 2024

Pull Request Test Coverage Report for Build 8245985008

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.4%) to 74.872%

Files with Coverage Reduction New Missed Lines %
foundationdb/src/directory/directory_layer.rs 1 94.89%
foundationdb/src/database.rs 1 56.76%
Totals Coverage Status
Change from base Build 7913619918: 0.4%
Covered Lines: 4377
Relevant Lines: 5846

💛 - Coveralls

@codecov-commenter
Copy link

codecov-commenter commented Mar 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.58%. Comparing base (9d7488d) to head (3635d7e).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #125      +/-   ##
==========================================
- Coverage   83.98%   83.58%   -0.40%     
==========================================
  Files          23       23              
  Lines        5001     5001              
==========================================
- Hits         4200     4180      -20     
- Misses        801      821      +20     

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

@b4D8 b4D8 marked this pull request as ready for review March 11, 2024 18:02
@b4D8 b4D8 changed the title Add MicroQueue examples Add MicroQueue examples (closes #124) Mar 11, 2024
@b4D8 b4D8 changed the title Add MicroQueue examples (closes #124) Add MicroQueue examples Mar 11, 2024
@b4D8 b4D8 linked an issue Mar 11, 2024 that may be closed by this pull request
@b4D8 b4D8 changed the title Add MicroQueue examples Add MicroQueue example Mar 11, 2024
* Remove lifetimes that were only needed when returning `impl Future`
* Fix typo in comment (pop *front*)
* More doc comments
@PierreZ PierreZ merged commit 599b375 into foundationdb-rs:main Mar 12, 2024
35 checks passed
@b4D8 b4D8 deleted the micro-queue branch March 12, 2024 14:08
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.

Port the "queue" design recipe from official bindings
4 participants