Class: Backports::Ractor::OutgoingQueue::WrappedException

Inherits:
Struct
  • Object
show all
Defined in:
lib/backports/ractor/queues.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#dig, keyword_init?, #to_h

Instance Attribute Details

#exceptionObject

Returns the value of attribute exception

Returns:

  • (Object)

    the current value of exception



32
33
34
# File 'lib/backports/ractor/queues.rb', line 32

def exception
  @exception
end

#ractorObject

Returns the value of attribute ractor

Returns:

  • (Object)

    the current value of ractor



32
33
34
# File 'lib/backports/ractor/queues.rb', line 32

def ractor
  @ractor
end