Module: Smplkit::RequestContext
- Defined in:
- lib/smplkit/context.rb
Overview
Per-request context stash for context-sensitive evaluation (flags today, likely more later).
Backed by per-Fiber storage (Ruby 3.2+) which falls through to per-Thread storage when not running under a Fiber scheduler. This gives proper per-request isolation under both threaded and fiber-based concurrency.
Constant Summary collapse
- KEY =
:smplkit_request_context