From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2007-01-25 11:31:58


Anthony Williams wrote:
> thread::thread(func) constructs a new thread_param object, and creates a
> thread, set to run at thread_proxy, passing in the address of the thread_param
> object. It then calls param.wait() to ensure that the thread has started.

Oh yes! Of course. This just has disappeared from my mind ;-)

Thank you Anthony.

Roland