![]() # Objective - It is common to run a system only when the clock is paused or not paused, but this run condition doesn't exist. ## Solution - Add the "paused" run condition. --- ## Changelog - Systems can now be scheduled to run only if the clock is paused or not using `.run_if(paused())` or `.run_if(not(paused()))`. --------- Co-authored-by: radiish <cb.setho@gmail.com> |
||
---|---|---|
.. | ||
common_conditions.rs | ||
fixed.rs | ||
lib.rs | ||
real.rs | ||
stopwatch.rs | ||
time.rs | ||
timer.rs | ||
virt.rs |