activeWorkers

@ExperimentalStdlibApi
val activeWorkers: List<Worker>(source)

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.

Since Kotlin

1.3