$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [threadpool] new version with work-stealing
From: k-oli_at_[hidden]
Date: 2008-09-30 07:09:58
Hi,
I've uploaded a new version of threadpool lib
(http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost_threadpool.6.tar.gz&directory=Concurrent%20Programming&).
changes:
- support of work-stealing strategy
- task can be interrupted an waited for its termination
- thread management strategies lazy and adaptive removed
- channel rendezvous removed
regards,
Oliver