Class TimedExecutorService

java.lang.Object
io.micrometer.core.instrument.internal.TimedExecutorService
All Implemented Interfaces:
AutoCloseable, Executor, ExecutorService

public class TimedExecutorService extends Object implements ExecutorService
An ExecutorService that is timed. This class is for internal use.
See Also: