Interface ISlot__<T>

  • All Known Subinterfaces:
    ISlot_F<T>, ISlotP_<T>, ISlotPF<T>
    All Known Implementing Classes:
    Slot

    public interface ISlot__<T>
    A complete asynchronous message slot, consisting of a future and a promise which are linked. Generally this interface will only be used as the return type from a factory, as no consumer of slot should generally need both the future and the promise.