Hi Fernando,
Currently, this functionality does not exist. You can stop all workers with Parallel.StopWorkers(), but not a single worker. You could experiment with setting a timer within the worker to quit the process, but I worry that would confuse the worker pool manager in the main process.
Thanks,
Joel
Currently, this functionality does not exist. You can stop all workers with Parallel.StopWorkers(), but not a single worker. You could experiment with setting a timer within the worker to quit the process, but I worry that would confuse the worker pool manager in the main process.
Thanks,
Joel