Skip to main content

Module dispatch

Module dispatch 

Source
Expand description

The VGI dispatcher: owns the function registries + catalog identity and implements every RPC handler (bind, init, and the catalog discovery methods).

Structsยง

Dispatcher
Shared dispatch state. Cloned (as Arc) into every RPC handler closure.
ExchangeBlob
Serializable rebuild info for an exchange stream, so HTTP continuations can reconstruct the state from an AEAD token on any pooled worker.
FunctionScope
Where a function instance is declared: the VGI catalog that owns it and the schema within that catalog. Every registered function has exactly one.