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

ref(metrics): Make buckets view generic over the contained buckets #3569

Merged
merged 1 commit into from
May 8, 2024

Conversation

Dav1dde
Copy link
Member

@Dav1dde Dav1dde commented May 8, 2024

The idea is that BucketsView now works on everything that contains buckets AsRef<[Bucket]>, this allows us to transfer bucket views in channels and especially it allows us to send BucketsView<Arc<[Bucket]>> which we will need to track outcomes from an upstream request callback.

#skip-changelog

@Dav1dde Dav1dde requested a review from a team as a code owner May 8, 2024 11:25
@Dav1dde Dav1dde self-assigned this May 8, 2024
@Dav1dde Dav1dde enabled auto-merge (squash) May 8, 2024 12:39
@Dav1dde Dav1dde merged commit 0a7037e into master May 8, 2024
22 of 23 checks passed
@Dav1dde Dav1dde deleted the dav1d/owned-view branch May 8, 2024 12:39
@Dav1dde Dav1dde mentioned this pull request May 13, 2024
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.

2 participants