Commit a5e459b
refactor: encapsulate RunState internal threading fields
Mark _stop_requested, _pause_event, and _reload_requested with
init=False, repr=False, compare=False to properly encapsulate
internal control state. These fields are only accessed through
properties and methods — they should not appear in the constructor,
repr output, or equality comparisons.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent bdde042 commit a5e459b
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments