ExecutionMetrics

zio.internal.ExecutionMetrics
abstract class ExecutionMetrics

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

The capacity of the executor.

The capacity of the executor.

Attributes

The concurrency level of the executor.

The concurrency level of the executor.

Attributes

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

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

Attributes

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

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

Attributes

def size: Int

The number of tasks remaining to be executed.

The number of tasks remaining to be executed.

Attributes

The number of current live worker threads.

The number of current live worker threads.

Attributes