pub fn ensure_head_concurrency( object_store: Arc<dyn ObjectStore>, concurrency: usize, ) -> Arc<dyn ObjectStore>
Blocks the object_store head call until concurrency number of calls are pending.
head
concurrency