patch_seq_make_channel

Function patch_seq_make_channel 

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

Create a new channel

Stack effect: ( – Channel )

Returns a Channel value that can be used with send/receive operations. The channel can be duplicated (dup) to share between strands.

§Safety

Always safe to call