#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_chan_send(stack: Stack) -> StackExpand description
Send a value through a channel
Stack effect: ( value Channel – )
Cooperatively blocks if the channel is full until space becomes available. The strand yields and May handles scheduling.
§Safety
Stack must have a Channel on top and a value below it