$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [threadpool] new version - with rescheduling of current task
From: vicente.botet (vicente.botet_at_[hidden])
Date: 2009-02-27 18:28:34
Hi,
----- Original Message -----
From: <k-oli_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Saturday, February 28, 2009 12:18 AM
Subject: [boost] [threadpool] new version - with rescheduling of current task
>
> Hi,
> I've uploaded a new version of boost.threadpool.
> It contains a free function this_task_reschedule_until() which lets the
> current task reschedule until a condition (passed to the fucntion) becomes
> true. This allows to synchronize with other async events without blocking the
> worker-thread (thx to Vicente).
Hi,
I was expecting that fro a long time. I was tried to do that, but the time goes on. Thanks a lot Oliver, I will take a deep look in.
> I've also added two function in order to wait for multiple tasks (it uses
> Anthonies future lib wait_for_any()/wait_for_all() ).
So you don't need any more to provide get_future, isn't it?
Thanks again,
Vicente