instance method
wakeup
Ruby on Rails 6.0.6
Since v5.2.8.1 PrivateSignature
wakeup()
No documentation comment.
Source
# File actioncable/lib/action_cable/connection/stream_event_loop.rb, line 81
def wakeup
spawn || @nio.wakeup
end
Defined in actioncable/lib/action_cable/connection/stream_event_loop.rb line 81
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Connection::StreamEventLoop