Class: QRPC::Server::Dispatcher
- Inherits:
-
Object
- Object
- QRPC::Server::Dispatcher
- Defined in:
- lib/qrpc/server/dispatcher.rb
Overview
Queue RPC job.
Instance Method Summary collapse
-
#put(job) ⇒ Object
Puts job to dispatcher.
Instance Method Details
#put(job) ⇒ Object
Puts job to dispatcher.
27 28 29 |
# File 'lib/qrpc/server/dispatcher.rb', line 27 def put(job) job.process! end |