what is the right way to start some action while function with wait(100,seconds); is running.
doesn’t intakethread.interrupt(); free up the thread for reuse in C++?
i guess i am confused about:
8 thread concurrently running.
8 thread defined but not concurrently running.