Name chan_peek
Definition (chan_peek(c:var(chan(T:type))):expr(T))
Defined in chan.l
Implementation lard
Keywords is a binary keyword
Description Look at the value waiting on a channel, without actually starting to receive it.
Note The result is undefined if no value is waiting.