From: Aristid Breitkreuz (aribrei_at_[hidden])
Date: 2005-10-15 08:57:18


Thorsten Schuett <schuett <at> zib.de> writes:

>
> Hi,
>
> I uploaded a new version of the futures library to the boost vault.
> http://tinyurl.com/9lws4
>
> Just a remainder, futures execute functions in separate threads. Later the
> future can be used to retrieve the result of the function.

How about limiting the number of threads and queueing, all of course
configurable in code?

Aristid Breitkreuz