Class PromiseFactory.InlineExecutor

java.lang.Object
org.osgi.util.promise.PromiseFactory.InlineExecutor
All Implemented Interfaces:
Executor
Enclosing class:
PromiseFactory

private static final class PromiseFactory.InlineExecutor extends Object implements Executor
An Executor implementation which executes the task immediately on the thread calling the Executor.execute method.
  • Constructor Details

    • InlineExecutor

      InlineExecutor()
  • Method Details