mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-06-11 17:46:32 -04:00
Updates the `enabled` field in `Spinner` to use `std.atomic.Value(bool)`. This prevents potential race conditions between the agent thread and the spinner worker thread when checking or updating the state.