pub fn ensure_head_concurrency(
object_store: Arc<dyn ObjectStore>,
concurrency: usize,
) -> Arc<dyn ObjectStore>
Available on non-WebAssembly only.
Expand description
Blocks the object_store head
call until concurrency
number of calls are pending.