G
Guest
Hi,
I have a parent thread that starts a child thread. After the child thread
has been started I want the parent thread to wait until the child thread has
reached to a specific point in it's work. What .NET primitive should I use
for this "waiting until another thread reaches a specific point" mechanism? I
don't want to use some ugly hack which will spin the CPU at 100% or such..
regards,
martin
I have a parent thread that starts a child thread. After the child thread
has been started I want the parent thread to wait until the child thread has
reached to a specific point in it's work. What .NET primitive should I use
for this "waiting until another thread reaches a specific point" mechanism? I
don't want to use some ugly hack which will spin the CPU at 100% or such..
regards,
martin