Package mondrian.util

Class SlotFuture<V>

java.lang.Object
mondrian.util.SlotFuture<V>
All Implemented Interfaces:
Future<V>

public class SlotFuture<V> extends Object implements Future<V>
Implementation of Future that completes when a thread writes a value (or an exception) into a slot.