1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-27 04:44:56 +01:00
parallel/lib/Worker
Aaron Piotrowski 149dbe4ba3 Use Amp\call to run tasks
Handles generator to coroutine convertion and React promises automatically.
2017-05-19 17:13:42 -05:00
..
Internal Use Amp\call to run tasks 2017-05-19 17:13:42 -05:00
AbstractWorker.php Apply Amp's code style 2017-05-18 09:51:31 +02:00
BasicEnvironment.php Apply Amp's code style 2017-05-18 09:51:31 +02:00
DefaultPool.php Apply Amp's code style 2017-05-18 09:51:31 +02:00
DefaultWorkerFactory.php Remove WorkerFork from DefaultWorkerFactory 2017-02-17 17:00:24 -06:00
Environment.php Drop strict types 2016-12-29 19:16:04 -06:00
functions.php Apply Amp's code style 2017-05-18 09:51:31 +02:00
Pool.php Drop strict types 2016-12-29 19:16:04 -06:00
Task.php Update for async-interop merge and other Amp changes 2017-03-16 17:03:59 -05:00
TaskError.php Apply Amp's code style 2017-05-18 09:51:31 +02:00
TaskException.php Apply Amp's code style 2017-05-18 09:51:31 +02:00
Worker.php Update for async-interop merge and other Amp changes 2017-03-16 17:03:59 -05:00
WorkerException.php Reorganize exception classes and add TaskError 2017-05-17 23:13:29 -05:00
WorkerFactory.php Drop strict types 2016-12-29 19:16:04 -06:00
WorkerProcess.php Drop strict types 2016-12-29 19:16:04 -06:00
WorkerThread.php Apply Amp's code style 2017-05-18 09:51:31 +02:00