Class: OMQ::CLI::RepRunner
- Inherits:
-
BaseRunner
- Object
- BaseRunner
- OMQ::CLI::RepRunner
- Defined in:
- lib/omq/cli/req_rep.rb
Overview
Runner for REP sockets (synchronous request-reply server).
Instance Attribute Summary
Attributes inherited from BaseRunner
Instance Method Summary collapse
Methods inherited from BaseRunner
Constructor Details
This class inherits a constructor from OMQ::CLI::BaseRunner
Instance Method Details
#call(task) ⇒ Object
40 41 42 |
# File 'lib/omq/cli/req_rep.rb', line 40 def call(task) config.parallel ? run_parallel_workers(:REP) : super end |