
10 Nov
2008
10 Nov
'08
3:05 p.m.
"vicente.botet" <vicente.botet@wanadoo.fr> writes:
From: "Anthony Williams" <anthony.ajw@gmail.com>
try_join is more sensible, and it might be worth adding it.
I'm more interested on the try_join. Does the following do a try_join?
boost::thread th(fct); th.timed_join(0);
Yes, that would work (though you'd need to specify units: a plain "0" won't compile).
Is this the more efficient way?
I'm not sure what you're asking here. Anthony -- Anthony Williams Author of C++ Concurrency in Action | http://www.manning.com/williams Custom Software Development | http://www.justsoftwaresolutions.co.uk Just Software Solutions Ltd, Registered in England, Company Number 5478976. Registered Office: 15 Carrallack Mews, St Just, Cornwall, TR19 7UL, UK