$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Valentin Bonnard (Bonnard.V_at_[hidden])
Date: 2000-08-02 11:34:14
Joe Gottman wrote:
> Since threads, mutexes, etc. are very dependent on the local architecture
> for their implementation, I think it would be a good idea to define a basic,
> minimal interface for each, similar to the iterator interface used in the
> STL. This would allow users to write portable template classes and
> functions parameterized on the thread, lock or whatever.
What makes you think that people will want to mix different
thread library implementation in the same program ? It seems
at first very difficult to do.
-- Valentin Bonnard