summaryrefslogtreecommitdiff
path: root/Libraries/LibThread/Makefile
AgeCommit message (Collapse)Author
2019-08-26LibThread: Introduce a new threading librarySergey Bugaev
This library is meant to provide C++-style wrappers over lower level APIs such as syscalls and pthread_* functions, as well as utilities for easily running pieces of logic on different threads.