Module: ZMQMachine::Server::PULL
- Includes:
- Base
- Defined in:
- lib/zm/server/pull.rb
Instance Method Summary collapse
Methods included from Base
#initialize, #on_attach, #on_readable, #on_readable_error, #on_writable, #on_writable_error, #shutdown
Instance Method Details
#write(messages) ⇒ Object
9 10 11 12 |
# File 'lib/zm/server/pull.rb', line 9 def write # no op close end |