Interface ManagedExtensionExecutorService

All Superinterfaces:
Executor, ExecutorService, ScheduledExecutorService

@DoNotImplement
public interface ManagedExtensionExecutorService
extends ScheduledExecutorService
A shared thread pool executor which is a ScheduledExecutorService. It is recommended to use this instead of creating your own thread(-pool) in your extension.

Use this class for all concurrent code.

Since:
4.0.0, CE 2019.1