Boost logo

Boost :

Subject: Re: [boost] [threadpool] new version - with rescheduling of currenttask
From: vicente.botet (vicente.botet_at_[hidden])
Date: 2009-02-27 19:24:43


BTW, the doc html is not included

Vicente

----- Original Message -----
From: "vicente.botet" <vicente.botet_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Saturday, February 28, 2009 12:28 AM
Subject: Re: [boost] [threadpool] new version - with rescheduling of currenttask

>
> 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
>
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk