Class: EMRPC::SinglethreadedClient
- Inherits:
-
Object
- Object
- EMRPC::SinglethreadedClient
- Defined in:
- lib/emrpc/singlethreaded_client.rb
Instance Method Summary collapse
-
#initialize(options) ⇒ SinglethreadedClient
constructor
A new instance of SinglethreadedClient.
- #send_message(meth, args, blk) ⇒ Object
Constructor Details
#initialize(options) ⇒ SinglethreadedClient
Returns a new instance of SinglethreadedClient.
5 6 7 |
# File 'lib/emrpc/singlethreaded_client.rb', line 5 def initialize() end |
Instance Method Details
#send_message(meth, args, blk) ⇒ Object
9 10 11 12 13 |
# File 'lib/emrpc/singlethreaded_client.rb', line 9 def (meth, args, blk) start = Time.now # TODO... end |