concurrency-limits icon indicating copy to clipboard operation
concurrency-limits copied to clipboard

add deadline limiter

Open bavardage opened this issue 5 years ago • 1 comments

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.

bavardage avatar Nov 15 '19 02:11 bavardage

@elandau are you the right person to review this?

bavardage avatar Dec 02 '19 23:12 bavardage