Sha256: 1c6e6024f7c9534ef9fe6915c3010df7a896ba8020d3f33b515e16e11157c72e
Contents?: true
Size: 219 Bytes
Versions: 1
Compression:
Stored size: 219 Bytes
Contents
# frozen_string_literal: true require 'concurrent/map' require 'dry/core/constants' module Dry module Events include Dry::Core::Constants LISTENERS_HASH = Concurrent::Map.new { |h, k| h[k] = [] } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dry-events-0.3.0 | lib/dry/events/constants.rb |