Interface ImperativeExecutionFlow<T>

Type Parameters:
T - The value type
All Superinterfaces:
ExecutionFlow<T>

@Internal public interface ImperativeExecutionFlow<T> extends ExecutionFlow<T>
The imperative execution flow.
Since:
4.0.0
Author:
Denis Stepnov