1
0
mirror of https://github.com/danog/parallel.git synced 2024-12-12 09:09:35 +01:00
parallel/src/Sync
2015-08-07 13:23:33 -05:00
..
AsyncSemaphore.php Move all semaphores to Sync namespace 2015-08-07 13:23:33 -05:00
Channel.php Merge channel changes 2015-08-06 22:24:45 -05:00
ExitFailure.php Refactor contexts and exiting 2015-08-06 18:59:25 -05:00
ExitInterface.php Refactor contexts and exiting 2015-08-06 18:59:25 -05:00
ExitSuccess.php Refactor contexts and exiting 2015-08-06 18:59:25 -05:00
ExtSyncMutex.php A mutex based on the sync extension 2015-08-01 21:18:14 -05:00
ExtSyncSemaphore.php Fix method names 2015-08-02 17:56:25 -05:00
FileMutex.php Add portable mutex using flock() 2015-08-01 21:07:33 -05:00
MutexInterface.php Use a common interface for mutexes 2015-08-01 20:15:03 -05:00
Semaphore.php Move all semaphores to Sync namespace 2015-08-07 13:23:33 -05:00
SemaphoreInterface.php Add interface for synchronous semaphores 2015-08-01 21:51:45 -05:00