1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-27 04:44:56 +01:00
parallel/tests
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
..
Stub Initial commit 2015-07-10 15:15:42 -05:00
Sync Remove Channel::createSocketPair(); refactor Thread 2015-09-04 16:22:41 -05:00
Threading Improve semaphore tests 2015-09-03 23:23:12 -05:00
Worker No longer call kill() in destructors 2015-09-14 18:59:33 -05:00
TestCase.php Initial commit 2015-07-10 15:15:42 -05:00