module LittleGhost::ExecutionState

ExecutionState carries request-scoped values across scheduled fibers and worker threads. It keeps event and instrumentation context from leaking between concurrent runs.

Framework extensions may use #capture and #with to preserve event and instrumentation context. Captured hashes are immutable; values within them are not deep-copied.