Queue thread

Andrea Fontana advmail at katamail.com
Sun Nov 20 03:14:46 PST 2011


This:
http://www.d-programming-language.org/phobos/std_parallelism.html#TaskPool

?

bioinfornatics wrote:

> Dear,
> I would like to know if they are a way to run run a queue thread an run
> (nb core * 2 + 1) = nb thread in same time
>
> something like:
> size_t nb_core = 9;
> Queue q = new Queue( 9, process1, process2, process3 );
> q.run();
>
> kind regards



More information about the Digitalmars-d-learn mailing list