Allow limiting concurrency when using concurrent executor
54C1
h1>
Avoid using semaphore if there is no concurrency limit (#22) Avoid paying the cost of calling the semaphore if no limit is set.