std-thread
There are 9 repositories under std-thread topic.
stateos/StateOS
Free real-time operating system (RTOS) for microcontrollers with advanced c++ wrapper and support for std::thread
endurodave/StdWorkerThread
C++ std::thread Event Loop with Message Queue and Timer
goblinhack/c-plus-plus-examples
A collection of C++ examples, all compilable. Covers from C++11 to C++20.
stateos/StateOS_cpp11
RTOS designed for microcrocontrollers using std::thread. TEMPLATE.
Nepitwin/ThreadWatcher
Watcher service to monitor threads.
youpong/cpp-sleep-sort
C++20 Implementation of Sleep Sort using std::thread
navyenzo/blTimerAPI
a lightweight timer library based on std::thread that creates timers on parallel threads that fire (invoke callbacks) at specified intervals for a specified amount of time
morelen17/matrix-vector-mul
C++ parallel implementation of matrix-vector multiplication
RIscRIpt/win_thread
Implementation of std::thread using WinAPI.