Sha256: 1ecd6ab10073d30119cfd4590ab06ad3c3c3e25afb29c967012d0968d1c441a5
Contents?: true
Size: 188 Bytes
Versions: 3
Compression:
Stored size: 188 Bytes
Contents
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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dry-events-0.2.0 | lib/dry/events/constants.rb |
dry-events-0.1.1 | lib/dry/events/constants.rb |
dry-events-0.1.0 | lib/dry/events/constants.rb |