1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:28:11 +00:00
serenity/Libraries/LibThread
Sergey Bugaev e1a6f8a27d LibThread: Introduce a new threading library
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.
2019-08-26 11:31:14 +02:00
..
BackgroundAction.cpp LibThread: Introduce a new threading library 2019-08-26 11:31:14 +02:00
BackgroundAction.h LibThread: Introduce a new threading library 2019-08-26 11:31:14 +02:00
Makefile LibThread: Introduce a new threading library 2019-08-26 11:31:14 +02:00
Thread.cpp LibThread: Introduce a new threading library 2019-08-26 11:31:14 +02:00
Thread.h LibThread: Introduce a new threading library 2019-08-26 11:31:14 +02:00