Expand description
Backend integration — bridges TUI with existing async command handlers.
Provides channel-based progress adapters and spawn functions for operations.
Functions§
- spawn_
changelog_ fetch - Spawn commit fetches for multiple repos (aggregate changelog).
- spawn_
commit_ fetch - Spawn an async task to fetch recent commits for a repo (post-sync deep dive).
- spawn_
operation - Spawn a backend operation as a Tokio task.
- spawn_
setup_ org_ discovery - Spawn setup-wizard org discovery without blocking the TUI event loop.