module ActiveSupport::ExecutionContext

def store

def store
  IsolatedExecutionState[:active_support_execution_context] ||= {}
end