1
0
mirror of https://github.com/danog/parallel.git synced 2025-01-07 13:18:22 +01:00
parallel/src/Sync
2015-08-07 23:13:33 -05:00
..
AsyncSemaphore.php Move all semaphores to Sync namespace 2015-08-07 13:23:33 -05:00
Channel.php Add executor contexts, bind to executors instead of channel 2015-08-07 15:30:14 -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
FileMutex.php Update FileMutex to be async 2015-08-07 23:12:21 -05:00
Lock.php New threaded async semaphore, with a better semaphore API 2015-08-07 15:32:18 -05:00
MutexInterface.php Add a thread-safe mutex and update MutexInterface to be non-blocking 2015-08-07 22:45:41 -05:00
Semaphore.php Move all semaphores to Sync namespace 2015-08-07 13:23:33 -05:00
SemaphoreInterface.php New threaded async semaphore, with a better semaphore API 2015-08-07 15:32:18 -05:00
ThreadedMutex.php Add a thread-safe mutex and update MutexInterface to be non-blocking 2015-08-07 22:45:41 -05:00
ThreadedSemaphore.php Use array instead of SplQueue 2015-08-07 20:19:34 -05:00