1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-27 04:44:56 +01:00
parallel/tests/Worker
Aaron Piotrowski 7def2ae5a3 No longer call kill() in destructors
This means forks/processes/threads must be properly shutdown or killed before a reference is lost or the thread will continue to run indefinitely. This was necessary because forks were automatically killing other processes or threads due to calling kill() in the destructor.
2015-09-14 18:59:33 -05:00
..
AbstractWorkerTest.php Fix worker tests to not use kill() so much 2015-08-31 12:57:40 -05:00
PoolTest.php No longer call kill() in destructors 2015-09-14 18:59:33 -05:00
TestTask.php Add worker environment 2015-09-09 23:29:41 -05:00
WorkerForkTest.php Add some tests for workers 2015-08-28 20:55:30 -05:00
WorkerProcessTest.php Add some tests for workers 2015-08-28 20:55:30 -05:00
WorkerThreadTest.php Add some tests for workers 2015-08-28 20:55:30 -05:00