Package com.sun.grizzly.impl

Class Summary
FutureImpl<R> Simple Future implementation, which uses synchronization Object to synchronize during the lifecycle.
FutureLockImpl<R> Simple Future implementation, which uses ReentrantLock to synchronize during the lifecycle.
ReadyFutureImpl<R> Future implementation with the specific unmodifiable result.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.