No, in the prototype only.
The current shipping implementation dedicates a thread to each Process
and waits
only for a specific pid to exit.
Roger
On 3/25/14 3:50 PM, Martin Buchholz wrote:
Roger, are you saying there's a race in the currently shipping
implementation?
---
I believe It's possible to use ManagedBlocker to run tasks on FJ threads.
But the current reaper thread pool is probably better because of the
small stack sizes and there's no benefit running these reaper tasks
that do nothing but wait on the common FJ pool.
ok, will look at that again.