Re: [Algorithms] General purpose task parallel threading approach
Brought to you by:
vexxed72
|
From: Nicholas \Indy\ R. <ar...@gm...> - 2009-04-15 06:24:23
|
On 4/14/09, asy...@gm... <asy...@gm...> wrote: > When a task gets blocked by a dependency, worker thread can start executing > other tasks recursively. But if you are are doing a single stack per worker thread, you can't actually swap tasks as the stack is already being used. Indy |