Skip to main content

nemo_flow_scope_stack_capture_thread

Function nemo_flow_scope_stack_capture_thread 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn nemo_flow_scope_stack_capture_thread( out: *mut *mut FfiThreadScopeStackBinding, ) -> NemoFlowStatus
Expand description

Capture the current thread-local scope stack binding.

The returned binding must be restored with nemo_flow_scope_stack_restore_thread.

§Parameters

  • out: On success, receives a heap-allocated binding handle.

§Safety

out must be a valid, non-null pointer.