J
Jim H
I need to make sure a worker thread has completed before I can let my app
close. In System.Threading.Thread there is Join(). That isn't supported by
the cf. How do I know when it's safe to close my app? Is there some kind
of wait I can perform on the thread object?
Thanks,
jim
close. In System.Threading.Thread there is Join(). That isn't supported by
the cf. How do I know when it's safe to close my app? Is there some kind
of wait I can perform on the thread object?
Thanks,
jim