ExecutionMetrics

abstract class ExecutionMetrics
class Object
trait Matchable
class Any

Value members

Abstract methods

The capacity of the executor.

The capacity of the executor.

The concurrency level of the executor.

The concurrency level of the executor.

The number of tasks that have been dequeued, over all time.

The number of tasks that have been dequeued, over all time.

The number of tasks that have been enqueued, over all time.

The number of tasks that have been enqueued, over all time.

def size: Int

The number of tasks remaining to be executed.

The number of tasks remaining to be executed.

The number of current live worker threads.

The number of current live worker threads.