$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Block Pointer] Review Request
From: Phil Bouchard (philippe_at_[hidden])
Date: 2011-05-02 23:10:24
On 5/2/2011 1:17 PM, Phil Bouchard wrote:
>
> Thanks for the notice. Right now block_ptr locks a mutex when a cyclic
> set is being destroyed.
Correction: I don't even need to lock a mutex since this destruction
will happen in only one thread at the time.
-Phil