Closed bp-FLN closed 6 years ago
What about having some common base class for the WorkerImpl
and WorkerPoolImpl
? Like AbstractWorker
or smth similar.
Would save us quite some duplicated code. What do you think @gresrun?
Florian, I agree, the two should share a common base class. Should have done that work when I first created WorkerPoolImpl but I guess I got lazy!
The
nextQueueStrategy
feature was added in #107, but only forWorkerImpl
. This patch adds the feature also to theWorkerPoolImpl
.