Passthrough

public enum Passthrough<Item> : UnboundedChannelProtocol

Unbounded, single-slot, single-sender channel (AKA passthrough). Passthrough channels must only be used from a single executor.