module Dry::Core::Container::Mixin::Initializer

def initialize(...)

def initialize(...)
  @_container = ::Concurrent::Hash.new
  super
end