Skip to content

Commit

Permalink
ref(metrics): Make buckets view generic over the contained buckets (#…
Browse files Browse the repository at this point in the history
…3569)

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.
  • Loading branch information
Dav1dde committed May 8, 2024
1 parent 34a4f62 commit 0a7037e
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 144 deletions.
Loading

0 comments on commit 0a7037e

Please sign in to comment.