OSDN Git Service

Wait for both results together.
authorSimon Forman <sforman@hushmail.com>
Thu, 22 Sep 2022 20:20:30 +0000 (13:20 -0700)
committerSimon Forman <sforman@hushmail.com>
Thu, 22 Sep 2022 20:20:30 +0000 (13:20 -0700)
commit92338037e7b0e2fd07f89964c0fdefd1170f5b92
treee44b18ed1ad6f88c8232fc8e950a05d15d3501fa
parent0904bad81b309adfc45a3441bc52f48f8a2ab784
Wait for both results together.

If one causes an error before the other is finished SIGKILL the other
job.  (I do not know if this will kill the sub-tasks if any.  The Python
docs say that with terminate() "descendant processes of the process will
not be terminated – they will simply become orphaned." but it doesn't
say whether that's true with kill().
implementations/Python/joys.py