8000 Release Allow limiting concurrency when using concurrent executor · uber/swift-concurrency · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Allow limiting concurrency when using concurrent executor

Compare
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.
0