socketry / async

An awesome asynchronous event-driven reactor for Ruby.
MIT License
2.05k stars 85 forks source link

Allow assigning to semaphore limit. #215

Closed ioquatix closed 1 year ago

ioquatix commented 1 year ago

async-pool would benefit from being able to resize and increase the maximum limit, but to do this, increasing (or decreasing) the limit on a semaphore should be a well defined operation. The semantics are:

Types of Changes

Contribution