shutdown()
public

No documentation available.

# File actioncable/lib/action_cable/subscription_adapter/postgresql.rb, line 88
          def shutdown
            @queue.push([:shutdown])
            Thread.pass while @thread.alive?
          end