Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-02 | LibThreading: Add new detach() API to Thread | Spencer Dixon | |
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-05-22 | Userland: Rename LibThread => LibThreading | Andreas Kling | |
Also rename the "LibThread" namespace to "Threading" |