Module: Baykit::BayServer::Common::Recipient
- Defined in:
- lib/baykit/bayserver/common/recipient.rb
Overview
interface
Instance Method Summary collapse
-
#receive(wait) ⇒ Object
Receive letters.
-
#wakeup ⇒ Object
Wake up the recipient.
Instance Method Details
#receive(wait) ⇒ Object
Receive letters
11 12 13 |
# File 'lib/baykit/bayserver/common/recipient.rb', line 11 def receive(wait) raise NotImplementedError.new end |
#wakeup ⇒ Object
Wake up the recipient
18 19 20 |
# File 'lib/baykit/bayserver/common/recipient.rb', line 18 def wakeup() raise NotImplementedError.new end |