Files
supersonic/ui
Gianluca Boiano ada1564be7 Fix WidgetPool goroutine and ticker leak
- Add context cancellation to WidgetPool cleanup goroutine
- Properly stop ticker when context is canceled
- Add BackgroundContext() getter method to App for context access
- Pass application context to NewWidgetPool for lifecycle management

This fixes a resource leak where the cleanup goroutine would run
indefinitely without any way to stop it, preventing proper cleanup
on application shutdown.
2026-02-02 16:31:56 +01:00
..
2025-10-05 11:20:27 -07:00
2025-09-17 22:28:16 +02:00
2025-09-17 22:30:49 +02:00
2025-11-01 12:45:09 -07:00
2025-09-17 22:30:49 +02:00
2025-10-05 11:20:27 -07:00