infix <-
concur.Channel.infix <-
Precondition
Inherited from concur.Sending_Channel.infix <-
pre (safety : !is_closed) || panic "send to closed Channel $T"
0.099dev (GIT hash a1331a3dc7ff37424401d3c7d0dba5be1302516f)
pre (safety : !is_closed) || panic "send to closed Channel $T"
The channel must be open. Sending a value to a closed channel will cause a fault
(pre_fault if `safety` is enabled, otherwise `panic`).
In case the Channel is full, the attempt to send data will block until the Channel
is no longer full or closed.