1
0
mirror of https://github.com/danog/parallel.git synced 2024-12-02 17:52:14 +01:00
parallel/lib/Worker
Aaron Piotrowski 6be72c6754
Run tasks in-order
Tasks on Windows must be run in-order because STDIO pipes are blocking. IPC be refactored to use sockets in the future if desired.
2017-12-06 15:59:28 -06:00
..
Internal Run tasks in-order 2017-12-06 15:59:28 -06:00
AbstractWorker.php Refactor Parcels 2017-11-29 14:40:07 -06:00
BasicEnvironment.php Fix updating TTL; add more environment tests 2017-07-29 10:29:16 -05:00
DefaultPool.php Reduce default pool size 2017-07-17 22:53:19 -05:00
DefaultWorkerFactory.php Allow custom binary path or locate binary 2017-12-05 18:21:39 -06:00
Environment.php Refactor BasicEnvironment 2017-07-27 23:47:36 -05:00
functions.php Do not start global pool until used 2017-07-17 22:54:14 -05:00
Pool.php Reduce default pool size 2017-07-17 22:53:19 -05:00
Task.php
TaskError.php Add code to exception message, addresses #21 2017-11-10 11:32:15 -06:00
TaskException.php Add code to exception message, addresses #21 2017-11-10 11:32:15 -06:00
TaskRunner.php Run tasks in-order 2017-12-06 15:59:28 -06:00
Worker.php
WorkerException.php Reorganize exception classes and add TaskError 2017-05-17 23:13:29 -05:00
WorkerFactory.php
WorkerProcess.php Allow custom binary path or locate binary 2017-12-05 18:21:39 -06:00
WorkerThread.php Simplify checking environment class name 2017-11-30 23:58:41 -06:00