Class: Dataflow::Actor
- Inherits:
-
Thread
- Object
- Thread
- Dataflow::Actor
- Defined in:
- lib/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/actor.rb', line 10 def send @port.send end |