diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2023-01-11 19:36:46 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-01-12 11:25:51 +0100 |
commit | 6edc0cf5ab2fce211318b5d4f83e319897b621e5 (patch) | |
tree | c79d3dbe9e3bd3fd7f899ce5eb8d924df6c1e506 /Userland/Demos | |
parent | a8cf0c9371f7ba500cc4920889bc06d78623e980 (diff) | |
download | serenity-6edc0cf5ab2fce211318b5d4f83e319897b621e5.zip |
LibCore+Userland: Don't auto-start new Core::Timers
This was unintuitive, and only useful in a few cases. In the majority,
users had to immediately call `stop()`, and several who did want the
timer started would call `start()` on it immediately anyway. Case in
point: There are only two places I had to add a manual `start()`.
Diffstat (limited to 'Userland/Demos')
0 files changed, 0 insertions, 0 deletions