NIOAsyncChannelInboundStream

    The inbound message asynchronous sequence of a NIOAsyncChannel.

    AsyncChannelInboundStream.swift:19
    iOS
    13+
    macOS
    10.15+
    tvOS
    13+
    watchOS
    6+
    struct NIOAsyncChannelInboundStream<Inbound> where Inbound : Sendable

    This is a unicast async sequence that allows a single iterator to be created.

    Citizens in NIOCore

    Conformances

    • protocol Sendable

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

    Types

    Type members

    Citizens in NIOCore

    where Inbound:Sendable

    Conformances

    Types

    Typealiases

    Instance members

    Instance features