Age | Commit message (Expand) | Author |
---|---|---|
2022-03-13 | Libraries: Use default constructors/destructors in LibThreading | Lenny Maiorani |
2022-02-13 | LibCore: Allow event loops on other threads to wake up | kleines Filmröllchen |
2022-01-25 | LibThreading: Invoke BackgroundAction completions on origin event loop | Andreas Kling |
2021-11-02 | LibThreading: Remove redundant method | Ben Wiederhake |
2021-09-02 | LibCore+Userland: Implement Core::deferred_invoke | sin-ack |
2021-07-12 | Revert "LibThreading: Fix BackgroundAction result use-after-free" | Andreas Kling |
2021-07-05 | LibThreading: Fix BackgroundAction result use-after-free | Tom |
2021-07-04 | LibThreading: Wake up the background worker thread when there's work | Andreas Kling |
2021-07-02 | LibThreading: Add ability to cancel ongoing BackgroundActions | Spencer Dixon |
2021-05-22 | Userland: Rename LibThread => LibThreading | Andreas Kling |