Sha256: 2d9ae5b66f6b7c1e083feb0e7c147a08b8358390eb6c3e75505f911c7bbe63b1
Contents?: true
Size: 337 Bytes
Versions: 49
Compression:
Stored size: 337 Bytes
Contents
module CelluloidPubsub # class used to register new channels and save them in memory class Registry include ActiveSupport::Configurable class << self # @!attribute channels # @return [Array] array of channels to which actors have subscribed to attr_accessor :channels end @channels = [] end end
Version data entries
49 entries across 49 versions & 1 rubygems