Skip to main content

nemo_flow_scope_stack_restore_thread

Function nemo_flow_scope_stack_restore_thread 

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

Restore and free a captured thread-local scope stack binding.

ยงSafety

binding must be a valid pointer returned by nemo_flow_scope_stack_capture_thread.