Function supplyWhile

  • Creates supply that will be cut off upon given promise fulfillment.

    If the given promise resolves, the supply will be completed successfully with resolved value.

    If the given promise rejects, the supply will be terminated faultily with rejection reason.

    Type Parameters

    • T = void

    Parameters

    Returns SupplyOut<T>

    Sending side of created supply.

Generated using TypeDoc