java.lang.Object
io.inverno.mod.security.jose.internal.WorkerPool
All Implemented Interfaces:
Supplier<ExecutorService>

public class WorkerPool extends Object implements Supplier<ExecutorService>

Worker pool used to execute blocking operations such as certificate verification.

Since:
1.5
Author:
Jeremy Kuhn