You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor timer handler to support embedded list nodes
Previously, expired timers were placed into the expired_timers array and
their list nodes were returned to timer_node_pool. With embedded list
nodes, a timer only needs to be removed from the running timer list to
stop further handling.
This change updates timer handling to operate directly on embedded list
nodes, aligning the handler logic with the embedded node design.
0 commit comments