Name init_chan
Definition init_chan : overloaded .
init_chan(C:var(chan(T:type)),name:val(string)) : expr(void) = ...
init_chan(C:var(chan(T:type))) : expr(void) = ...
Defined in channels.l
Implementation lard
Description Initialise the given channel. In the first form, also export the channel to the environment to allow tracing and specify a meaningful name for it.