Package io.deephaven.util
Class SimplePerProcessExecutorService
java.lang.Object
io.deephaven.util.SimplePerProcessExecutorService
A class that provides a simple per process executor service. Useful for cases where some action needs to be scheduled
asynchronously for later. A prime example is async gRPC retries after a backoff.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ScheduledExecutorServiceGet the simple per-process shared executor service.
-
Constructor Details
-
SimplePerProcessExecutorService
public SimplePerProcessExecutorService()
-
-
Method Details