#[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.
#[unsafe(no_mangle)]pub unsafe extern "C" fn set_stack_base(base: *mut StackValue)Set the current strand’s stack base (called at strand entry)
Base pointer must be a valid stack pointer for the current strand.