Package io.deephaven.io.sched
Class Scheduler.ExecutorAdaptor
- java.lang.Object
-
- io.deephaven.io.sched.Scheduler.ExecutorAdaptor
-
- All Implemented Interfaces:
java.util.concurrent.Executor
- Enclosing interface:
- Scheduler
public static final class Scheduler.ExecutorAdaptor extends java.lang.Object implements java.util.concurrent.Executor
-
-
Constructor Summary
Constructors Constructor Description ExecutorAdaptor(Scheduler scheduler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(java.lang.Runnable runnable)
-
-
-
Constructor Detail
-
ExecutorAdaptor
public ExecutorAdaptor(Scheduler scheduler)
-
-