Class SimpleFuture<V>

java.lang.Object
VASSAL.tools.concurrent.SimpleFuture<V>
Type Parameters:
V - the result type returned by the get() method
All Implemented Interfaces:
Future<V>, SettableFuture<V>
Direct Known Subclasses:
SimpleRunnableFuture

public class SimpleFuture<V> extends Object implements SettableFuture<V>
An uninterruptable SettableFuture.
Since:
3.1.11
Author:
Joel Uckelman