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§
- Advanced
Features Register - Register advanced feature flags and capability handlers.
- Command
Register - Register all
#[tauri::command]handlers with the Tauri invoke handler. - IPCServer
Register - Bind and start the internal IPC server socket.
- Status
Reporter Register - Attach the background status-reporter task to the Tokio runtime.
- Wind
Sync Register - Register the Wind desktop configuration sync task.