|
Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
|
Null thread backend (synchronous execution) More...
#include "thread_backend.h"

Go to the source code of this file.
Classes | |
| class | database::integrated::adapters::backends::null_thread_backend |
| Synchronous thread backend (no threading) More... | |
Namespaces | |
| namespace | database |
| namespace | database::integrated |
| namespace | database::integrated::adapters |
| namespace | database::integrated::adapters::backends |
Null thread backend (synchronous execution)
Provides a no-op thread backend that executes tasks synchronously. Useful for:
Definition in file null_thread_backend.h.