Interface | Description |
---|---|
FutureImpl<R> |
Future interface, which has full control over the state. |
Class | Description |
---|---|
ReadyFutureImpl<R> |
Future implementation with the specific unmodifiable result. |
SafeFutureImpl<R> |
Safe
FutureImpl implementation. |
UnsafeFutureImpl<R> |
Simple thread-unsafe
Future implementation. |
Copyright © 2015 Oracle Corporation. All rights reserved.