Skip to main content

Module Register

Module Register 

Source
Expand description

Command and service registration.

§Binary::Register

Startup registration steps invoked from Binary::Main::AppLifecycle. Each sub-module owns one registration concern - command wiring, IPC server setup, status reporting, Wind sync, or advanced features - and exposes a single Fn() entry point.

Modules§

AdvancedFeaturesRegister
Register advanced feature flags and capability handlers.
CommandRegister
Register all #[tauri::command] handlers with the Tauri invoke handler.
IPCServerRegister
Bind and start the internal IPC server socket.
StatusReporterRegister
Attach the background status-reporter task to the Tokio runtime.
WindSyncRegister
Register the Wind desktop configuration sync task.