1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:38:12 +00:00
serenity/Userland/Libraries/LibThreading
Spencer Dixon 00f93b2545 LibThreading: Add ability to cancel ongoing BackgroundActions
Handlers of the BackgroundAction are responsible for checking if the
action has been cancelled and returning early.
2021-07-02 16:47:14 +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 Userland: Rename LibThread => LibThreading 2021-05-22 18:54:22 +02:00
Thread.h Userland: Rename LibThread => LibThreading 2021-05-22 18:54:22 +02:00