Class: Backports::Ractor::OutgoingQueue::WrappedException
- Defined in:
- lib/backports/ractor/queues.rb
Instance Attribute Summary collapse
-
#exception ⇒ Object
Returns the value of attribute exception.
-
#ractor ⇒ Object
Returns the value of attribute ractor.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#exception ⇒ Object
Returns the value of attribute exception
32 33 34 |
# File 'lib/backports/ractor/queues.rb', line 32 def exception @exception end |
#ractor ⇒ Object
Returns the value of attribute ractor
32 33 34 |
# File 'lib/backports/ractor/queues.rb', line 32 def ractor @ractor end |