Variable SupplyOutConst

SupplyOut: (new <TResult>(alsoOff) => SupplyOut<TResult>) = SupplyOut$

Type declaration

    • new <TResult>(alsoOff): SupplyOut<TResult>
    • Constructs sending side of supply.

      Type Parameters

      • TResult = void

      Parameters

      • alsoOff: ((receiver) => void)

        A function that registers a receiver of this supply. It will be used as a :interface#alsoOff method implementation.

          • (receiver): void
          • Parameters

            Returns void

      Returns SupplyOut<TResult>

Generated using TypeDoc