Commit d7b302a
authored
Wake up chrono controller when RTF is zero (#182)
Currently if the RTF is zero, chronocontroller will remain waiting until
the RTF or the time changes. This is a problem if we ever want a chrono
controller task to run at the same time as `now()` and time is frozen.
This PR fixes this by allowing chronocontroller to wake up when RTF is
zero.1 parent 733b870 commit d7b302a
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
| 169 | + | |
173 | 170 | | |
174 | 171 | | |
175 | 172 | | |
| |||
0 commit comments