Class: Dataflow::Actor
- Defined in:
- lib/vendor/dataflow/dataflow/actor.rb
Instance Method Summary collapse
-
#initialize(&block) ⇒ Actor
constructor
A new instance of Actor.
- #send(message) ⇒ Object
Constructor Details
Instance Method Details
#send(message) ⇒ Object
10 11 12 |
# File 'lib/vendor/dataflow/dataflow/actor.rb', line 10 def send @port.send end |