Class VirtualizedExecutorService

java.lang.Object
org.apache.pekko.dispatch.VirtualizedExecutorService
All Implemented Interfaces:
Executor, ExecutorService, LoadMetrics

public final class VirtualizedExecutorService extends Object implements ExecutorService, LoadMetrics
A virtualized executor service that creates a new virtual thread for each task. Will shut down the underlying executor service when this executor is being shutdown.

INTERNAL API