patch_seq_chan_send

Function patch_seq_chan_send 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_chan_send(stack: Stack) -> Stack
Expand description

Send a value through a channel

Stack effect: ( value Channel – Bool )

Returns true on success, false on failure (closed channel). Errors are values, not crashes.

§Safety

Stack must have a Channel on top and a value below it