Re: [Boost-users] [Threads] Problem with starting a sub thread

6 Nov
2006
6 Nov
'06
4:56 p.m.
[Nat] Usually one wouldn't create a thread and then immediately join() it. The net effect of that would seem to be an expensive function call. Usually if you want a new thread to run in parallel with the thread that created it, you let both threads run for a while before one thread attempts to join() the other.
6828
Age (days ago)
6828
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nat Goodspeed