Package dev.failsafe

Class AsyncExecutionImpl<R>

java.lang.Object
dev.failsafe.ExecutionImpl<R>
dev.failsafe.AsyncExecutionImpl<R>
Type Parameters:
R - result type
All Implemented Interfaces:
AsyncExecution<R>, ExecutionContext<R>, AsyncExecutionInternal<R>, ExecutionInternal<R>

final class AsyncExecutionImpl<R> extends ExecutionImpl<R> implements AsyncExecutionInternal<R>
AsyncExecution and AsyncExecutionInternal implementation.