1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 19:15:09 +00:00
serenity/Userland/Libraries/LibThreading
Spencer Dixon 48731e9f17 LibThreading: Add new detach() API to Thread
Sometimes you don't care about `joining()` the result of a thread. The
underlying pthread implementation already existed for detaching and
now we expose it to the higher level API.
2021-07-02 17:52:45 +02:00
..
BackgroundAction.cpp Userland: Rename LibThread => LibThreading 2021-05-22 18:54:22 +02:00
BackgroundAction.h LibThreading: Add ability to cancel ongoing BackgroundActions 2021-07-02 16:47:14 +02:00
CMakeLists.txt Userland: Rename LibThread => LibThreading 2021-05-22 18:54:22 +02:00
Lock.h Userland: Rename LibThread => LibThreading 2021-05-22 18:54:22 +02:00
Thread.cpp LibThreading: Add new detach() API to Thread 2021-07-02 17:52:45 +02:00
Thread.h LibThreading: Add new detach() API to Thread 2021-07-02 17:52:45 +02:00