mirror of
https://github.com/danog/parallel.git
synced 2024-11-26 20:34:40 +01:00
a288e99287
Synchronized has now been split into SharedObject, and a subclass Synchronized. AsyncSemaphore now extends SharedObject and uses a sync semaphore manually as gatekeeper, and Synchronized now uses an async semaphore for locking. |
||
---|---|---|
examples | ||
src | ||
tests | ||
.gitattributes | ||
.gitignore | ||
composer.json | ||
CONTRIBUTING.md | ||
LICENSE | ||
phpdoc.dist.xml | ||
phpunit.xml.dist | ||
README.md |
Concurrency Component for Icicle
Under development.