Package mondrian.util

Class 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.