10 Jul
2009
10 Jul
'09
10:04 a.m.
Hi, I use following code to test running thread. bool isRunning = !thread.timed_join ( boost::posix_time::milliseconds ( 0 ) ); Is it safe and portable? Thanks, Krzysiek