Class: OMQ::Ractor::ShareableConnection
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- OMQ::Ractor::ShareableConnection
- Includes:
- TransparentDelegator
- Defined in:
- lib/omq/ractor.rb
Overview
Wraps an inproc Pipe with Ractor.make_shareable.
Instance Method Summary collapse
Methods included from TransparentDelegator
Instance Method Details
#send_message(obj) ⇒ void
This method returns an undefined value.
131 132 133 |
# File 'lib/omq/ractor.rb', line 131 def (obj) super(::Ractor.make_shareable(obj)) end |