Sha256: 4da536835ee053efdca78380303b8a5a4556e19e60013ecc3193ae20799c456b
Contents?: true
Size: 255 Bytes
Versions: 4
Compression:
Stored size: 255 Bytes
Contents
# frozen_string_literal: true # :markup: markdown module ActionCable module SubscriptionAdapter class Async < Inline # :nodoc: private def new_subscriber_map SubscriberMap::Async.new(executor) end end end end
Version data entries
4 entries across 4 versions & 1 rubygems