Module DispatchLogic

Module DispatchLogic 

Source
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§

DispatchFrontendCommand
The primary Tauri command handler for requests originating from the Sky frontend. This is the general-purpose entry point for commands that are defined abstractly in the Common crate.
DispatchSideCarRequest
The primary dispatcher for requests originating from a Cocoon sidecar via gRPC. This routes RPC calls to the correct effect-based implementation.
MountainWebviewPostMessageFromGuest
A specific Tauri command handler for a WebView guest to post a message back to the extension host.
ResolveUIRequest
A specific Tauri command handler for the UI to send back the result of a request-response interaction (like a dialog or message box).