concurrency-limits
concurrency-limits copied to clipboard
add deadline limiter
This is essentially a variation on the existing BlockingLimiter.
This can be useful when a number of tasks have to be performed in order to service some other request, and either these tasks must be performed by some deadline or the whole request should be failed.
@elandau are you the right person to review this?