transferum
    Preparing search index...

    Class PassBridge<T>

    Simple gated bridge — passes data from source to target through an internal GateTransfer.

    Type Parameters

    • T

    Implements

    Index
    _linkStrategy: LinkStrategyInterface
    _source: OutputTransfer<T>
    _subscribers: SubscriberInterface[]
    _target: InputTransfer<T>