Class: Concurrent::Actor::Envelope
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Instance Chain:
self,
TypeCheck
|
|
Inherits: | Object |
Defined in: | lib/concurrent-ruby-edge/concurrent/actor/envelope.rb |
Class Method Summary
Instance Attribute Summary
- #address readonly
- #future ⇒ Edge::Future readonly
- #message ⇒ Object readonly
- #sender ⇒ Reference, Thread readonly
Instance Method Summary
TypeCheck
- Included
Constructor Details
.new(message, future, sender, address) ⇒ Envelope
Instance Attribute Details
#address (readonly)
[ GitHub ]
#future ⇒ Edge::Future
(readonly)
#message ⇒ Object (readonly)
#sender ⇒ Reference, Thread
(readonly)
Instance Method Details
#address_path
[ GitHub ]# File 'lib/concurrent-ruby-edge/concurrent/actor/envelope.rb', line 34
def address_path address.path end