D
Donald Adams
I have a Main thread that starts a named thread,
that inits and starts up events for watch a folder and monitoring a
schedule.
Later, I want to join the thread to the main thread and disable the events
or if need be abort the thread. However, the named thread continues to run
but loses it's name and main thread cannot abort it anymore.
What's happening and how can I keep a reference to it? It seems to get lost
after initializing.
Thanks in Advance,
Byron
that inits and starts up events for watch a folder and monitoring a
schedule.
Later, I want to join the thread to the main thread and disable the events
or if need be abort the thread. However, the named thread continues to run
but loses it's name and main thread cannot abort it anymore.
What's happening and how can I keep a reference to it? It seems to get lost
after initializing.
Thanks in Advance,
Byron