Skip to content

add method managedWorkers() to worker pool

David Vorick requested to merge worker-pool-workers into master

Added a method to the worker pool to make it easy to get the full list of workers, I've seen multiple misuses of looping through the worker pool recently.

This MR is a prereq for other MRs.

Edited by David Vorick

Merge request reports