class Concurrent::ErlangActor::Terminate
Attributes
link_terminated[R]
Public Class Methods
new(from, reason, link_terminated = true)
click to toggle source
Calls superclass method
Concurrent::ErlangActor::HasReason.new
# File lib/concurrent-ruby-edge/concurrent/edge/erlang_actor.rb, line 1362 def initialize(from, reason, link_terminated = true) super from, reason @link_terminated = link_terminated end