Module: Concurrent::ErlangActor::HasReference
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Included In:
| |
Super Chains via Extension / Inclusion / Inheritance | |
Instance Chain:
self,
HasFrom
|
|
Defined in: | lib/concurrent-ruby-edge/concurrent/edge/erlang_actor.rb |
Instance Attribute Summary
Instance Method Summary
- #==(o) ⇒ true, false
- #hash ⇒ Integer
- #to_ary ⇒ ::Array(Pid, Reference)
- #initialize(from, reference) private
HasFrom
- Included
#==, | |
#eql? | Alias for HasFrom#==. |
#hash, #initialize |
Instance Attribute Details
#reference ⇒ Reference (readonly)
# File 'lib/concurrent-ruby-edge/concurrent/edge/erlang_actor.rb', line 1333
attr_reader :reference
Instance Method Details
#==(o) ⇒ true
, false
#hash ⇒ Integer
# File 'lib/concurrent-ruby-edge/concurrent/edge/erlang_actor.rb', line 1354
def hash [@from, @reference].hash end
#initialize(from, reference) (private)
[ GitHub ]
#to_ary ⇒ ::Array
(Pid, Reference)
# File 'lib/concurrent-ruby-edge/concurrent/edge/erlang_actor.rb', line 1343
def to_ary [@from, @reference] end