
21 Feb
2010
21 Feb
'10
5:48 a.m.
On 21 February 2010 07:44, David Kaplan <davkaplan@gmail.com> wrote:
How do I know if my scoped_try_lock has been successful? I notice there is a try_lock non-member function, but that's not a scoped trylock is it?
Is it as easy at just m.try_lock()? Is that always scoped?