$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Sascha Seewald (vudu_at_[hidden])
Date: 2006-10-12 09:14:19
Roland Schwarz wrote:
> I agree that it would be nice if such a jobs queue would be available
> in boost. But this doesn't strictly belong to boost::threads.
see for http://threadpool.sourceforge.net/ for a nice implementation.
> This is kind of an abstraction that should be built on top of boost
> threads.
yeah! i'd like to see this layer provide more syncronisation related
functionality like:
- multi threaded containers
- futures
- locking_ptr
- ...
what else?
cheers
sascha