summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/Timer.h
AgeCommit message (Expand)Author
2023-01-12LibCore+Userland: Don't auto-start new Core::TimersSam Atkins
2023-01-12LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOrSam Atkins
2023-01-12LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOrSam Atkins
2022-03-10Libraries: Use default constructors/destructors in LibCoreLenny Maiorani
2021-12-25LibCore: Add Core::Timer::set_active(bool)Andreas Kling
2021-05-12LibCore: Add unit to Core::Timer interval argumentssin-ack
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-28LibCore: Add Timer::create_repeating convenience methodTom
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling