$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] boost interprocess (>1.45) robust mutexes
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2011-03-31 16:30:57
El 31/03/2011 21:04, Kim Barrett escribió:
> On Mar 31, 2011, at 2:41 PM, Kim Barrett wrote:
>> I developed an API for robust mutexes and associated condition
>> variables that has been in use for a while by my employer.
Thanks for the ideas. That would require adding a handler function to
lock types, right? How does this work with a typical condition variable
wait loop? Shouldn't we notify the result to the caller?
We need
Best,
Ion