Conversation
|
@nielsdos This basically disables the timeout feature if hrtime is not available. |
That's false, it only does on interrupt, which was the same (buggy) behaviour as before.
I don't understand this.
You mean a wall-clock timer? That's also wrong. |
👍 got it now
I mean removing the calls to
Yes, but I got the first part of the effected timeout feature wrong - so it's probably not worth the effort of a "better than nothing" workaround. |
I see. That would make the code a bit more complicated: it requires two #if blocks. So I'm not sure this is worth it. |
bukka
left a comment
There was a problem hiding this comment.
Windows CI failure seems unrelated.
Sure, that might be a good trick for master. For lower branches we'll stick with this PR in the meantime. |
Part of GH-19210.