$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Oliver.Kowalke_at_[hidden]
Date: 2005-11-21 04:04:16
Hello,
I would contribute this code. The queue synchronizes the access between
producer threads (putting items into the queue) and consumer threads
(removing items from queue).
I would be glad if you add this code to boost::thread library.
With regards,
Oliver
<<queue.hpp>> <<test.cpp>>