$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-01-20 08:45:41
----- Original Message -----
From: "Tom Becker" <voidampersand_at_[hidden]>
> In order to support counting safely, it will need a mutex to protect
> the count.
I don't see why. Only one thread should be touching that count. A disabler
in a different thread uses a different count.