On Tue Oct 18 12:33:27 2022 +0000, Rémi Bernon wrote:
I'm not sure to understand then. Is it different from calling `pthread_exit` on the main thread like we are currently doing? Does pthread_exit wait for the other threads in that case?
As we're already tracking the remaining threads and calling `_exit` in `abort_process`, would some infinite sleep at the end of main to prevent it from returning early be right?