$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [mutex] move / merge
From: Phil Bouchard (philippe_at_[hidden])
Date: 2011-05-17 19:51:50
Hi,
Although Block Pointer is now thread safe it could use some
optimization. To do so it'll need some special operations on mutexes
such as move and merge. The operations need to be atomic as well.
I was wondering if this was already attempted.
Thanks,
-Phil