set_stack_base

Function set_stack_base 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn set_stack_base(base: *mut StackValue)
Expand description

Set the current strand’s stack base (called at strand entry)

§Safety

Base pointer must be a valid stack pointer for the current strand.