1
0
mirror of https://github.com/danog/parallel.git synced 2024-12-02 17:52:14 +01:00
parallel/lib/Worker/Internal
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
..
Job.php Run tasks in-order 2017-12-06 15:59:28 -06:00
PooledWorker.php Add internal annotations 2017-07-27 23:49:20 -05:00
TaskFailure.php Add code to exception message, addresses #21 2017-11-10 11:32:15 -06:00
TaskResult.php Add internal annotations 2017-07-27 23:49:20 -05:00
TaskSuccess.php Add internal annotations 2017-07-27 23:49:20 -05:00