$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Valentin Bonnard (Bonnard.V_at_[hidden])
Date: 1999-07-26 11:00:23
Beman Dawes wrote:
> A portable multithreading library with implementations for
> Posix and Win NT. Perhaps an update of Michael Yam's library
> from Dr Dobb's Journal, December, 1996, p16.
Some time ago, I have tried to imagine what a portable MT
C++ library could look like:
http://www.eleves.ens.fr:8080/home/bonnard/NewLibs/Para/MultiThread/
(these files represent both an interface and the portable part
of the implementation -- I think most services you run above Posix)
-- Valentin Bonnard