instance method writes_pending

Ruby on Rails edge

Since edge

Signature

writes_pending(io)

No documentation comment.

Parameters

io req
Source
# File actioncable/lib/action_cable/server/stream_event_loop.rb, line 36
      def writes_pending(io)
        @todo << lambda do
          if monitor = @map[io]
            monitor.interests = :rw
          end
        end
        wakeup
      end

Defined in actioncable/lib/action_cable/server/stream_event_loop.rb line 36 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionCable::Server::StreamEventLoop

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close