$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jens Maurer (Jens.Maurer_at_[hidden])
Date: 2001-04-16 10:52:23
Beman Dawes wrote:
> Do you have any sense how robust it is?
I believe it should work in all cases without races. Except for bugs,
of course.
> What was your impression of Boost.Threads after actually using it? Did you
> come across any particular strengths or weaknesses?
Not really. I've basically implemented a "monitor" pattern, and
Boost.Threads provided me with the basic building blocks to do
that, i.e. mutexes and condition variables.
Jens