ChannelType

sealed interface ChannelType<SelfT : ChannelType<SelfT>>

Marker type for distinguishing between push and pull channel semantics.

Inheritors

Types

Link copied to clipboard

Marker for pull channels where the receiver requests data.

Link copied to clipboard

Marker for push channels where the sender initiates data transfer.