1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-27 04:44:56 +01:00
parallel/test/Worker
Aaron Piotrowski 4c3c93e46a
Fix DefaultPool::shutdown()
Forgot to update this to match Worker::shutdown() behavior.
2018-10-27 11:19:01 -05:00
..
AbstractPoolTest.php Fix DefaultPool::shutdown() 2018-10-27 11:19:01 -05:00
AbstractWorkerTest.php Improve error messages when unserializable data is used 2018-10-23 22:10:12 -05:00
BasicEnvironmentTest.php Enhance worker tests (#43) 2018-10-07 10:15:50 -05:00
ConstantTask.php Fix code style 2018-10-07 09:50:45 -05:00
DefaultWorkerFactoryTest.php Fix code style 2018-10-07 09:50:45 -05:00
FunctionsTest.php Update functions test for rename 2018-10-27 09:56:09 -05:00
JobTest.php Fix code style 2018-10-07 09:50:45 -05:00
non-autoloadable-class.php Improve error messages when unserializable data is used 2018-10-23 22:10:12 -05:00
NonAutoloadableResultTask.php Improve error messages when unserializable data is used 2018-10-23 22:10:12 -05:00
ProcessPoolTest.php Fix code style 2018-10-07 09:50:45 -05:00
TaskErrorTest.php Enhance worker tests (#43) 2018-10-07 10:15:50 -05:00
TaskExceptionTest.php Enhance worker tests (#43) 2018-10-07 10:15:50 -05:00
TaskFailureTest.php Fix code style 2018-10-07 09:50:45 -05:00
TaskSuccessTest.php Fix code style 2018-10-07 09:50:45 -05:00
TestTask.php Fix code style 2018-10-07 09:50:45 -05:00
ThreadPoolTest.php Fix code style 2018-10-07 09:50:45 -05:00
UnserializableResultTask.php Improve error messages when unserializable data is used 2018-10-23 22:10:12 -05:00
WorkerExceptionTest.php Enhance worker tests (#43) 2018-10-07 10:15:50 -05:00
WorkerProcessTest.php Fix code style 2018-10-07 09:50:45 -05:00
WorkerThreadTest.php Fix code style 2018-10-07 09:50:45 -05:00