Skip to content

Allow limiting concurrency when using concurrent executor

Choose a tag to compare

@neakor neakor released this 03 Dec 22:38
· 13 commits to master since this release
Avoid using semaphore if there is no concurrency limit (#22)

Avoid paying the cost of calling the semaphore if no limit is set.