79468817

Date: 2025-02-26 07:19:57
Score: 2.5
Natty:
Report link

Use a semaphore flag in main() that is sent by your multi threads when they finish to then allow main() to exit. This did work to stop main() from abnormally exiting by testing that semaphore flag for the value representing the multi thread had finished.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Howard Brodale