summaryrefslogtreecommitdiff
path: root/Libraries/LibThread/BackgroundAction.h
AgeCommit message (Expand)Author
2020-02-25LibThread: Fix destroying background actionsSergey Bugaev
2020-02-24LibThread: Post the completion callbacks to the *current* event loopAndreas Kling
2020-02-14LibCore: Add a forward declaration headerAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-24Meta: Claim copyright for files created by meSergey Bugaev
2020-01-23AK: Let's call decrementing reference counts "unref" instead of "deref"Andreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-08-26LibThread: Move CLock to LibThread::LockSergey Bugaev
2019-08-26LibThread: Introduce a new threading librarySergey Bugaev