What problem does this solve or what need does it fill?
#8964 added time scaling and the current on_timer now scales with that which is as expected, but it would be nice to have an unscaled alternative.
What solution would you like?
Add a new timer run condition that uses real/unscaled time.
What alternative(s) have you considered?
Make the current run condition generic over the type of Time<T>.
What problem does this solve or what need does it fill?
#8964 added time scaling and the current
on_timernow scales with that which is as expected, but it would be nice to have an unscaled alternative.What solution would you like?
Add a new timer run condition that uses real/unscaled time.
What alternative(s) have you considered?
Make the current run condition generic over the type of
Time<T>.