An executor is responsible for executing actions. Each action is guaranteed to begin execution on a fresh stack frame.
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Self type
Members list
Value members
Abstract methods
Current sampled execution metrics, if available.
Current sampled execution metrics, if available.
Attributes
Concrete methods
Submits an effect for execution and signals that the current fiber is ready to yield.
Submits an effect for execution and signals that the current fiber is ready to yield.
Attributes
Submits an effect for execution and signals that the current fiber is ready to yield or throws.
Submits an effect for execution and signals that the current fiber is ready to yield or throws.
Attributes
Submits an effect for execution or throws.
Submits an effect for execution or throws.
Attributes
Concrete fields
Views this Executor
as a Scala ExecutionContext
.
Views this Executor
as a Scala ExecutionContext
.
Attributes
Inherited fields
Views this Executor
as a Scala ExecutionContextExecutorService
.
Views this Executor
as a Scala ExecutionContextExecutorService
.
Attributes
- Inherited from:
- ExecutorPlatformSpecific (hidden)