Re: thread - structure



Thanks for your post.

And there was just one other issue I thought I would ask about. Do the
rules of class members access apply in the new thread, so that function
calls to other functions in the same class work normally. Since the worker
thread and the main thread are all in the same class. However, these
functions will not be used in the main thread.


.