Current sampled execution metrics, if available.
Submits an effect for execution.
The number of operations a fiber should run before yielding.
Views this Executor as a Scala ExecutionContext.
Views this Executor as a Scala ExecutionContextExecutorService.
Views this Executor as a Scala ExecutionContextExecutorService.
Views this Executor as a Java Executor.
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 or throws.
Submits an effect for execution or throws.
Views this Executor as a Scala ExecutionContext.
Views this Executor as a Scala ExecutionContext.
(Since version 2.0.0) use asExecutionContext
Current sampled execution metrics, if available.
Current sampled execution metrics, if available.
(Since version 2.0.0) use unsafeMetrics
Submits an effect for execution.
Submits an effect for execution.
(Since version 2.0.0) use unsafeSubmit
Submits an effect for execution or throws.
Submits an effect for execution or throws.
(Since version 2.0.0) use unsafeSubmitOrThrow
An executor is responsible for executing actions. Each action is guaranteed to begin execution on a fresh stack frame.