A
C
D
E
F
G
H
I
O
R
S
T
D
- Deferred - class in com.naver.ads.deferred
- Represents the result of an asynchronous operations.
- DeferredCompletionSource - class in com.naver.ads.deferred
- Allows safe orchestration of a Deferred's completion, preventing the consumer from prematurely completing the deferred.
- DeferredExecutors - class in com.naver.ads.deferred
- Standard Executor instances for use with Deferred.
- DeferredExecutors.BackgroundDeferredNode - class in com.naver.ads.deferred.DeferredExecutors
- DeferredExecutors.BackgroundExecutor - class in com.naver.ads.deferred.DeferredExecutors
- DeferredExecutors.ImmediateExecutor - class in com.naver.ads.deferred.DeferredExecutors
- Executor that executes a runnable immediately (synchronously) when it is submitted (when execute is called).
- DeferredExecutors.UiThreadExecutor - class in com.naver.ads.deferred.DeferredExecutors
- DeferredNode - class in com.naver.ads.deferred
- Defines an interface that is a execution unit.
- DeferredNodeItem - class in com.naver.ads.deferred
- Represents an item holding the properties of the DeferredNode.
- DeferredQueue - class in com.naver.ads.deferred
- The queue holding the Deferreds.
- Deferrer - class in com.naver.ads.deferred
- Miscellaneous Deferred methods.