# New Ticket Created by  Aleks-Daniel Jakimenko-Aleksejev 
# Please include the string:  [perl #128878]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=128878 >


Code:
Supply.interval(1).tap: {say (now - BEGIN now) % 1}; sleep ∞

Result:
0.0304637
0.03055483
0.0314534
0.0325942
0.03372027
0.0340993
0.0352113
0.036300
0.0373585
0.03846543
0.0395657
0.0406380
0.04169298
0.0428189
0.0439086
…


In this case it is about 1ms per second, which is probably very bad. Is there
any reason for it to do so?
As a user, I expect it not to drift.

Reply via email to