6 Jun
2011
6 Jun
'11
9:47 p.m.
I would like to use some c++2011 thread library functions in VC + + using BOOST thread.
What is the equivalent of try_lock_for() (c++ timed_mutex) in BOOST timed_mutex?
Seems to be timed_lock(): http://www.boost.org/doc/libs/1_46_1/doc/html/thread/synchronization.html#th...