Skip to content

docs(storage): tutorial on using a queue #2756

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

Merged
merged 4 commits into from
Jul 23, 2025

Conversation

coryan
Copy link
Collaborator

@coryan coryan commented Jul 23, 2025

Fixes #2640

@product-auto-label product-auto-label bot added the api: storage Issues related to the Cloud Storage API. label Jul 23, 2025
Copy link

codecov bot commented Jul 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.31%. Comparing base (267d524) to head (8abbaea).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2756      +/-   ##
==========================================
- Coverage   95.50%   95.31%   -0.19%     
==========================================
  Files          96       95       -1     
  Lines        4092     3928     -164     
==========================================
- Hits         3908     3744     -164     
  Misses        184      184              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@coryan coryan marked this pull request as ready for review July 23, 2025 19:15
@coryan coryan requested a review from a team as a code owner July 23, 2025 19:15
Copy link
Member

@dbolduc dbolduc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool example. Any thoughts on the mpsc::Receiver type?

@coryan coryan enabled auto-merge (squash) July 23, 2025 20:51
@coryan coryan disabled auto-merge July 23, 2025 20:52
@coryan coryan enabled auto-merge (squash) July 23, 2025 20:59
@coryan coryan merged commit 31140eb into googleapis:main Jul 23, 2025
24 checks passed
@coryan coryan deleted the docs-storage-use-queue branch July 23, 2025 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

An example showing how to use a queue
2 participants