instance method
wakeup
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
wakeup()
No documentation comment.
Source
# File actioncable/lib/action_cable/server/stream_event_loop.rb, line 65
def wakeup
spawn || @nio.wakeup
end
Defined in actioncable/lib/action_cable/server/stream_event_loop.rb line 65
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Server::StreamEventLoop