Class: NNQ::CLI::RepRunner
- Inherits:
-
BaseRunner
- Object
- BaseRunner
- NNQ::CLI::RepRunner
- Defined in:
- lib/nnq/cli/req_rep.rb
Overview
Runner for REP sockets (synchronous request-reply server).
nnq’s REP enforces strict alternation: #receive then #send_reply. There is no #send at all, so we bypass BaseRunner’s send helpers.
Instance Attribute Summary
Attributes inherited from BaseRunner
Method Summary
Methods inherited from BaseRunner
Constructor Details
This class inherits a constructor from NNQ::CLI::BaseRunner