Class LaxSerialFuture<V>

java.lang.Object
com.logicaldoc.util.concurrent.LaxSerialFuture<V>
Type Parameters:
V - Super type of all the futures to wait for
All Implemented Interfaces:
Future<V>

public class LaxSerialFuture<V> extends Object implements Future<V>
A future that waits for availability of a list of other futures and then returns the value of the first future
Since:
9.2
Author:
Marco Meschieri - LogicalDOC