| 678 | |
| 679 | loop choose { |
| 680 | when(ResolveTransactionBatchRequest batch = waitNext(resolver.resolve.getFuture())) { |
| 681 | actors.add(resolveBatch(self, batch, db)); |
| 682 | } |
| 683 | when(ResolutionMetricsRequest req = waitNext(resolver.metrics.getFuture())) { |
| 684 | ++self->metricsRequests; |
| 685 | req.reply.send(self->iopsSample.getEstimate(SERVER_KNOBS->PROXY_USE_RESOLVER_PRIVATE_MUTATIONS ? normalKeys |
no test coverage detected