$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] How to get return value of scoped_try_lock (boost:thread)
From: David Kaplan (davkaplan_at_[hidden])
Date: 2010-02-21 00:44:21
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?