Class: OMQ::Ractor::TopicShareableConnection
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- OMQ::Ractor::TopicShareableConnection
- Includes:
- TransparentDelegator
- Defined in:
- lib/omq/ractor.rb
Overview
Topic-aware shareable wrapper for inproc PUB/SUB.
Instance Method Summary collapse
Methods included from TransparentDelegator
Instance Method Details
#send_message(parts) ⇒ void
This method returns an undefined value.
188 189 190 |
# File 'lib/omq/ractor.rb', line 188 def (parts) super(::Ractor.make_shareable(parts)) end |