Unbuffered
public enum Unbuffered<Item> : ChannelProtocol
Bounded, single-slot, single-sender channel (AKA rendez-vous
).
Unbuffered channels are safe to use from any executor.
-
Declaration
Swift
public typealias Buffer = _Private.SlotBounded<Item>
-
Declaration
Swift
public typealias Park = _Private.SPSCPark