file icon indicating copy to clipboard operation
file copied to clipboard

Do not reuse global worker pool for files

Open trowski opened this issue 9 months ago • 0 comments

This modifies the parallel driver to create its own internal pool by default, rather than reuse the global worker pool. A specific pool can still be passed to the constructor (though I assume this use is rather rare).

The AMP_WORKER constant is no longer used to prevent the blocking driver from being used. This way, a Task may still use async file access and get the behavior expected.

/cc @azjezz

trowski avatar May 25 '24 18:05 trowski