Skip to content

timers: do not retain a reference to the async store after firing

Rodrigo Muino Tomonari requested to merge github/fork/mcollina/timers-leak into main

After firing timers, we can clean them up by iterating over all active stores and setting the relevant symbols to undefined.

This is still a draft because we will need to extend it to immediates and intervals, too.

Fixes #53408

Merge request reports

Loading