summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibThreading/BackgroundAction.h
AgeCommit message (Expand)Author
2022-03-13Libraries: Use default constructors/destructors in LibThreadingLenny Maiorani
2022-02-13LibCore: Allow event loops on other threads to wake upkleines Filmröllchen
2022-01-25LibThreading: Invoke BackgroundAction completions on origin event loopAndreas Kling
2021-11-02LibThreading: Remove redundant methodBen Wiederhake
2021-09-02LibCore+Userland: Implement Core::deferred_invokesin-ack
2021-07-12Revert "LibThreading: Fix BackgroundAction result use-after-free"Andreas Kling
2021-07-05LibThreading: Fix BackgroundAction result use-after-freeTom
2021-07-04LibThreading: Wake up the background worker thread when there's workAndreas Kling
2021-07-02LibThreading: Add ability to cancel ongoing BackgroundActionsSpencer Dixon
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling