in batching/batching.go [66:73]
func putPool(a any) { switch v := a.(type) { case Batches: batchesPool.Put(&v) case Batch: batchPool.Put(&v) } }