$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [threadpool] version 22 with default pool
From: k-oli_at_[hidden]
Date: 2009-03-03 16:28:44
I've uploaded a new version of boost-threadpool.
changes:
* free-function get_default_pool() returning reference to static pool<
unbounded_channel< fifo > >
* task has new function result() returning the internal shared_future
* future-like functions removed from task
* boost-threadpool not a header-only library
Oliver