Class FutureLockImpl<R>

java.lang.Object
com.google.code.yanf4j.core.impl.FutureLockImpl<R>
All Implemented Interfaces:
Future<R>

public class FutureLockImpl<R> extends Object implements Future<R>
Simple Future implementation, which uses ReentrantLock to synchronize during the lifecycle.
See Also: