patch_seq_spawn_strand

Function patch_seq_spawn_strand 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_spawn_strand( entry: extern "C" fn(Stack) -> Stack, )
Expand description

Legacy spawn_strand function (kept for compatibility)

ยงSafety

entry must be a valid function pointer that can safely execute on any thread.