Module object_store::limit
source · Expand description
An object store that limits the maximum concurrency of the wrapped implementation
Structs§
- Store wrapper that wraps an inner store and limits the maximum number of concurrent object store operations. Where each call to an
ObjectStoremember function is considered a single operation, even if it may result in more than one network call