ExecutionMetrics

zio.internal.ExecutionMetrics
abstract class ExecutionMetrics

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def capacity: Int

The capacity of the executor.

The capacity of the executor.

Attributes

def concurrency: Int

The concurrency level of the executor.

The concurrency level of the executor.

Attributes

def dequeuedCount: Long

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

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

Attributes

def enqueuedCount: Long

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

def workersCount: Int

The number of current live worker threads.

The number of current live worker threads.

Attributes