Package com.naver.ads.deferred
Class DeferredExecutors.ImmediateExecutor
-
- All Implemented Interfaces:
-
java.util.concurrent.Executor
public final class DeferredExecutors.ImmediateExecutor implements Executor
Executor that executes a runnable immediately (synchronously) when it is submitted (when execute is called).
-
-
Constructor Summary
Constructors Constructor Description DeferredExecutors.ImmediateExecutor()
-