Module: ActiveSupport

Defined in:
lib/ractor_rails_shim/fallback_ies.rb

Overview

Fallback IsolatedExecutionState when ActiveSupport is not available. This is a simple thread-local storage that mimics the ActiveSupport API enough for the shim to work. In production (with Rails loaded), the real ActiveSupport::IsolatedExecutionState is used instead.

Defined Under Namespace

Modules: IsolatedExecutionState