How to track multithreads live-or-died?
-
Hi for all, we use a multithreading application with 10 threads.
Need to know about each thread (by THREAD_INDEX) it's live or died.
We plan to use Global variables, named by THREAD_01, THREAD_02, etc..., but how to manage (update) if a thread failed, and also how to re-open, please?
How to do please?Thanks
-
-
@tet-vivi
Thank you, I go try to use!!!