1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-08 16:47:34 +00:00
Commit graph

3 commits

Author SHA1 Message Date
Andreas Kling
8925ad3fa0 Revert "Kernel: Move Singleton class to AK"
This reverts commit f0906250a1.
2020-08-22 16:34:49 +02:00
Tom
f0906250a1 Kernel: Move Singleton class to AK 2020-08-22 10:46:24 +02:00
Tom
527c8047fe Kernel: Add an atomic Singleton class
This allows easier one-time thread-safe atomic initialization
of the various singletons in the Kernel.
2020-08-21 11:47:35 +02:00