in reply to Re: Event module and threads/fork segfault on Win32
in thread Event module and threads/fork segfault on Win32
The script needs to join() because some threads should run upon successful completion of others. So that's the need to know when they end and collect their exit statuses.