method
stop
v5.0.0.1 -
Show latest stable
- Class:
ActionCable::Connection::StreamEventLoop
stop()public
No documentation available.
# File actioncable/lib/action_cable/connection/stream_event_loop.rb, line 42
def stop
@stopping = true
wakeup if @nio
end