ladybird/Userland
Spencer Dixon 48731e9f17 LibThreading: Add new detach() API to Thread
Sometimes you don't care about `joining()` the result of a thread. The
underlying pthread implementation already existed for detaching and
now we expose it to the higher level API.
2021-07-02 17:52:45 +02:00
..
Applets Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Applications Assistant: Add a new FileProvider to assist in searching the filesystem 2021-07-02 16:47:14 +02:00
Demos Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
DevTools Userland: Disable Hackstudio and UE on x86_64 2021-06-30 19:05:51 +02:00
DynamicLoader DynamicLoader: Use string view literal to remove a allocation on startup 2021-07-02 10:51:20 +04:30
Games Games: Add Spider 2021-06-24 10:32:53 +02:00
Libraries LibThreading: Add new detach() API to Thread 2021-07-02 17:52:45 +02:00
Services LibThreading: Add ability to cancel ongoing BackgroundActions 2021-07-02 16:47:14 +02:00
Shell AK: Remove the LexicalPath::is_valid() API 2021-06-30 11:13:54 +02:00
Utilities LibWasm: Give traps a reason and display it when needed 2021-07-02 04:53:01 +04:30
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00