AsyncThrowingFlatMapSequence

    An asynchronous sequence that concatenates the results of calling a given error-throwing transformation with each element of this sequence.

    iOS
    13.0+
    macOS
    10.15+
    tvOS
    13.0+
    watchOS
    6.0+
    struct AsyncThrowingFlatMapSequence<Base, SegmentOfResult> where Base : AsyncSequence, SegmentOfResult : AsyncSequence

    Citizens in _Concurrency

    where Base:AsyncSequence, SegmentOfResult:AsyncSequence

    Conformances

    Members

    Features

    Citizens in _Concurrency

    where Base:Sendable, Base:AsyncSequence, SegmentOfResult:Sendable, SegmentOfResult:AsyncSequence, Base.Element:Sendable, SegmentOfResult.Element:Sendable

    Conformances

    • protocol Sendable

      A type whose values can safely be passed across concurrency domains by copying.