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 YieldResponse. 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 ⇒ String
9 |
# File 'sig/kobako/transport.rbs', line 9
def call: (String) -> String
|