$include_dir="/home/hyper-archives/threads-devel/include"; include("$include_dir/msg-header.inc") ?>
From: Frank Mori Hess (frank.hess_at_[hidden])
Date: 2007-12-31 15:02:38
I've done a release of my mutex wrapper code, which should work with any mutex
that models one of the mutex concepts from boost.thread (excepting the
read/write mutexes, which I haven't given a lot of thought to). There's even
documentation now:
http://www.comedi.org/projects/libpoet/boostbook/doc/boostbook/html/poet/acyclic_mutex.html
-- Frank