module ActiveSupport::IsolatedExecutionState

def current_fiber

def current_fiber
  Fiber.current.active_support_execution_state ||= {}
end