act_runner/internal
silverwind 64ab5fdd51
fix: use stateMu instead of closedM to protect r.closed
Remove the dedicated closedM mutex and use stateMu instead, since
closed is part of the reporter state. RunDaemon reads r.closed under
stateMu.RLock, Close sets it under the existing stateMu.Lock block.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 03:20:13 +01:00
..
app chore(deps): update act to v0.261.8 (#791) 2026-02-18 05:37:21 +00:00
pkg fix: use stateMu instead of closedM to protect r.closed 2026-02-19 03:20:13 +01:00