|
Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
|
Fallback thread backend using std::thread. More...
#include "thread_backend.h"#include <atomic>#include <condition_variable>#include <mutex>#include <queue>#include <thread>#include <vector>

Go to the source code of this file.
Classes | |
| class | database::integrated::adapters::backends::fallback_thread_backend |
| Simple thread pool using std::thread. More... | |
Namespaces | |
| namespace | database |
| namespace | database::integrated |
| namespace | database::integrated::adapters |
| namespace | database::integrated::adapters::backends |
Fallback thread backend using std::thread.
Provides a simple thread pool implementation using standard C++ threading. Used when thread_system is not available.
Features:
Definition in file fallback_thread_backend.h.