1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-26 20:34:40 +01:00
Go to file
coderstephen a288e99287 Split Synchronized into SharedObject and integrate async locking
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.
2015-07-13 12:26:37 -05:00
examples Handle signals inside AsyncSemaphore 2015-07-12 15:57:04 -05:00
src Split Synchronized into SharedObject and integrate async locking 2015-07-13 12:26:37 -05:00
tests Initial commit 2015-07-10 15:15:42 -05:00
.gitattributes Initial commit 2015-07-10 15:15:42 -05:00
.gitignore Merge with remote 2015-07-10 15:32:15 -05:00
composer.json Merge with remote 2015-07-10 15:32:15 -05:00
CONTRIBUTING.md Initial commit 2015-07-10 15:15:42 -05:00
LICENSE Initial commit 2015-07-10 15:15:42 -05:00
phpdoc.dist.xml Initial commit 2015-07-10 15:15:42 -05:00
phpunit.xml.dist Initial commit 2015-07-10 15:15:42 -05:00
README.md Initial commit 2015-07-10 15:15:42 -05:00

Concurrency Component for Icicle

Under development.