timers: fix processing of nested same delay timers
timerv0.10P-1
Whenever a timer with a specific timeout value creates a new timer with
the same timeout, the newly added timer might be processed immediately
in the same tick of the event loop instead of during the next tick of
the event loop at the earliest.
Fixes #25607
合并状态:未合并 关闭于 2023-04-22 24 条评论