Function create_scope_stack_from_propagation
Function create_scope_stack_from_propagation
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.
pub fn create_scope_stack_from_propagation(
context: &PropagationContext,
) -> Result<ScopeStackHandle>
Create an isolated scope stack rooted below a supplied propagation context.
The imported handles are synthetic bookkeeping only; Relay never emits their lifecycle events or transfers scope-local registrations across the boundary.