N
news.microsoft.com
Hi,
If I have an object taht has a method thats started as a tread and other
methods that are called by other classes.
WHat is the boundries? The methods called by other claseses are in one
thread and the threadproc in another, so we must sync those objects taht are
being shared between the called methods and the thread proc? Right?
SO basically the object itself is sitting in the caller thread, yet the
threadproc inside the object is in another. so its feet in both threads?
Thanks
If I have an object taht has a method thats started as a tread and other
methods that are called by other classes.
WHat is the boundries? The methods called by other claseses are in one
thread and the threadproc in another, so we must sync those objects taht are
being shared between the called methods and the thread proc? Right?
SO basically the object itself is sitting in the caller thread, yet the
threadproc inside the object is in another. so its feet in both threads?
Thanks