Update docs and comments to encourage people to use the monotonic clock.
Why
The docs and comments show use of Time.now for timing interactor descendants. However, Time.now can suffer from "discontinuous jumps" that are solved by using the system's monotonic clock.1
What
Update docs and comments to encourage people to use the monotonic clock.
Why
The docs and comments show use of
Time.now
for timing interactor descendants. However,Time.now
can suffer from "discontinuous jumps" that are solved by using the system's monotonic clock.1