patch_seq_yield_strand

Function patch_seq_yield_strand 

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

Yield execution to allow other coroutines to run

ยงSafety

Always safe to call from within a May coroutine.