activeWorkers
Get a list of all unterminated workers.
Thread safety: If some other thread calls Worker.requestTermination at the same time then this may return a Worker that's already terminated.
Get a list of all unterminated workers.
Thread safety: If some other thread calls Worker.requestTermination at the same time then this may return a Worker that's already terminated.
Thanks for your feedback!