Q: What is Timer actually observing #2193
Replies: 2 comments 1 reply
-
So from inferred analysis, appears as though So... when that timer has achieved Or do we need to think about canceling the previous subscription and restarting the timer, if it was intended to run long, pardoning the pun. |
Beta Was this translation helpful? Give feedback.
-
It is, as you observed, just a sequence number: it goes up by one each time.
This would require over 9 quintillion iterations. A In practice I believe Rx's fastest schedule for this particular scenario is the Given the normal service life of a computer, it seems vanishingly unlikely that any program started today will still be running 48 thousand years from now without a reboot. It tends to be a major project to get computers from just 50 years ago to run. And even if you think today's hardware is capable of running for that long, history suggests that today's civilisations will all fail long before the Planning for this eventuality therefore seems like overengineering. So no, I don't think it's necessary in practice to think about cancelling and restarting the subscription. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Would someone mind clarifying,
Timer
, or any of the timer based extensions. What islong
exactly?Is that just a random
long
value? Number of ticks? What exactly...Beta Was this translation helpful? Give feedback.
All reactions