summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibThreading/BackgroundAction.cpp
AgeCommit message (Expand)Author
2021-07-09LibThreading: Rename Lock => MutexAndreas Kling
2021-07-07LibThreading: Use a condvar to signal the BackgroundAction threadAndreas Kling
2021-07-04LibThreading: Wake up the background worker thread when there's workAndreas Kling
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling