Class: Concurrent::ErlangActor::Terminate
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
|
|
Instance Chain:
|
|
Inherits: |
Concurrent::ErlangActor::AbstractSignal
|
Defined in: | lib/concurrent-ruby-edge/concurrent/edge/erlang_actor.rb |
Class Attribute Summary
Synchronization::Object
- Inherited
Class Method Summary
Synchronization::Object
- Inherited
.atomic_attribute?, .atomic_attributes, | |
.attr_atomic | Creates methods for reading and writing to a instance variable with volatile (Java) semantic as |
.attr_volatile | Creates methods for reading and writing (as |
.ensure_safe_initialization_when_final_fields_are_present | For testing purposes, quite slow. |
.new | Has to be called by children. |
.safe_initialization!, .define_initialize_atomic_fields |
Synchronization::AbstractObject
- Inherited
Instance Attribute Summary
Instance Method Summary
HasReason
- Included
HasFrom
- Included
#==, | |
#eql? | Alias for HasFrom#==. |
#hash, #initialize |
Synchronization::Object
- Inherited
Synchronization::Volatile
- Included
Synchronization::AbstractObject
- Inherited
Constructor Details
.new(from, reason, link_terminated = true) ⇒ Terminate
# File 'lib/concurrent-ruby-edge/concurrent/edge/erlang_actor.rb', line 1366
def initialize(from, reason, link_terminated = true) super from, reason @link_terminated = link_terminated end
Instance Attribute Details
#link_terminated (readonly)
[ GitHub ]# File 'lib/concurrent-ruby-edge/concurrent/edge/erlang_actor.rb', line 1364
attr_reader :link_terminated