Module: Kobako::Transport::_GuestYielder
- Defined in:
- sig/kobako/transport.rbs
Overview
The guest re-entry callable a dispatch hands to a Yielder: invoked with the encoded yield args, it returns the encoded Yield Reply. The ext's Kobako::Runtime::GuestYielder is the production conformer; modelled structurally so the Transport layer needs no upward dependency on Runtime.
Instance Method Summary collapse
Instance Method Details
#call ⇒ [Symbol, String, String?]
9 |
# File 'sig/kobako/transport.rbs', line 9
def call: (String) -> [Symbol, String, String?]
|