Expand description
Contains the main dispatch functions.
§DispatchLogic
Contains the main dispatch functions for routing all incoming commands and RPC requests to the appropriate execution logic via the effect system.
Functions§
- Dispatch
Frontend Command - The primary Tauri command handler for requests originating from the
Skyfrontend. This is the general-purpose entry point for commands that are defined abstractly in theCommoncrate. - Dispatch
Side CarRequest - The primary dispatcher for requests originating from a
Cocoonsidecar via gRPC. This routes RPC calls to the correct effect-based implementation. - Mountain
Webview Post Message From Guest - A specific Tauri command handler for a WebView guest to post a message back to the extension host.
- ResolveUI
Request - A specific Tauri command handler for the UI to send back the result of a request-response interaction (like a dialog or message box).