method
shutdown
v5.0.0.1 -
Show latest stable
- Class:
ActionCable::SubscriptionAdapter::PostgreSQL::Listener
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