transferum
    Preparing search index...

    Class AsyncDuplexPipelineBuilder<TCurrent, TStartTransfer>

    Use CompositeTransferBuilder instead. Will be removed in the next major release.

    Builder for constructing full-duplex pipelines with async transfer support.

    Differences from DuplexPipelineBuilder:

    • linkTransfers is called with LinkConfig (onError for async-push rejection)
    • finish() accepts asyncTriggerable in addition to triggerable

    Type Parameters

    • TCurrent

      — data type of the current chain link

    • TStartTransfer extends InputTransfer<unknown>

      — type of the initial transfer (must be InputTransfer)

    Implements

    Index