1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:58:12 +00:00
serenity/Libraries/LibThread
Andrew Kaster 2b3993b008 LibThread: Hide Thread's constructor, as it is a Core::Object
Just constructing one of these guys on the stack willy nilly will leak
the first reference to them. There might be other C_OBJECTs that have
public constructors, seems like a good place for some static analysis
checks :).

Force users to call the construct() method for it.
2020-12-31 21:59:20 +01:00
..
BackgroundAction.cpp Meta+LibHTTP through LibWeb: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
BackgroundAction.h Meta+LibHTTP through LibWeb: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Lock.h LibThread: Lockable - add forwarding constructor 2020-08-14 18:15:10 +02:00
Thread.cpp LibThread: Add API to join a thread 2020-11-24 21:36:28 +01:00
Thread.h LibThread: Hide Thread's constructor, as it is a Core::Object 2020-12-31 21:59:20 +01:00