Class: FiberStream::RactorPort::Cancel
- Inherits:
-
Data
- Object
- Data
- FiberStream::RactorPort::Cancel
- Defined in:
- lib/fiber_stream/ractor_port.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
Instance Attribute Details
#reason ⇒ Object (readonly)
Returns the value of attribute reason
15 16 17 |
# File 'lib/fiber_stream/ractor_port.rb', line 15 def reason @reason end |