Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
Loading...
Searching...
No Matches
null_thread_backend.h File Reference

Null thread backend (synchronous execution) More...

#include "thread_backend.h"
Include dependency graph for null_thread_backend.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Null thread backend (synchronous execution)

Provides a no-op thread backend that executes tasks synchronously. Useful for:

  • Single-threaded testing
  • Debugging without concurrency
  • Environments where threading is disabled

Definition in file null_thread_backend.h.