Passthrough
public enum Passthrough<Item> : UnboundedChannelProtocol
Unbounded, single-slot, single-sender channel (AKA passthrough
).
Passthrough channels must only be used from a single executor.
-
Declaration
Swift
public typealias Buffer = _Private.SlotUnbounded<Item>
-
Declaration
Swift
public typealias Park = _Private.SPSCPark