Module scope

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.

Scope stack lifecycle and mark-event entry points.

Structs

Enums

  • HandleAttributes: Attribute bitflags attached to a concrete handle kind.
  • ScopeType: Semantic category attached to a scope lifecycle span.

Functions

  • event: Emit a standalone mark event under the current or provided scope.
  • get_handle: Return the current scope at the top of the active stack.
  • pop_scope: Pop the current scope from the active scope stack.
  • push_scope: Push a new scope onto the active scope stack.