1
0
mirror of https://github.com/danog/parallel.git synced 2024-12-02 09:37:57 +01:00
parallel/lib/Worker
2019-04-24 10:17:54 -05:00
..
Internal Note method to retreive stacktrace in exception messages 2019-03-02 09:19:00 -06:00
BasicEnvironment.php Final all the things! 2018-10-21 10:54:46 -05:00
BootstrapWorkerFactory.php Autoloading → Bootstrap 2019-02-22 16:10:30 -06:00
CallableTask.php Add CallableTask and enqueueCallable 2018-11-04 10:17:19 -06:00
DefaultPool.php Close channel in process when ended 2019-01-09 09:28:31 -06:00
DefaultWorkerFactory.php Continue using pthreads for workers 2019-02-18 09:41:56 -06:00
Environment.php Declare return type on exists() 2018-10-25 09:38:38 -05:00
functions.php Add CallableTask and enqueueCallable 2018-11-04 10:17:19 -06:00
Pool.php Pool::get() → Pool::getWorker() 2018-10-25 09:54:40 -05:00
Task.php Fix code style 2018-10-07 09:50:45 -05:00
TaskError.php Capture previous exceptions of exceptions thrown from Task::run() 2019-01-25 14:29:32 -06:00
TaskException.php Capture previous exceptions of exceptions thrown from Task::run() 2019-01-25 14:29:32 -06:00
TaskRunner.php Improve error messages when unserializable data is used 2018-10-23 22:10:12 -05:00
TaskWorker.php Allow time when process channel closes unexpectedly 2019-04-24 10:17:54 -05:00
Worker.php Fix code style 2018-10-07 09:50:45 -05:00
WorkerException.php Drop custom exception constructors 2018-10-24 22:49:01 -05:00
WorkerFactory.php Fix code style 2018-10-07 09:50:45 -05:00
WorkerParallel.php Autoloading → Bootstrap 2019-02-22 16:10:30 -06:00
WorkerProcess.php Autoloading → Bootstrap 2019-02-22 16:10:30 -06:00
WorkerThread.php Autoloading → Bootstrap 2019-02-22 16:10:30 -06:00