Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
Loading...
Searching...
No Matches
database::async::fallback_context Class Reference

Fallback thread context (empty implementation) Provides a no-op context when thread_system is not available. More...

#include <thread_pool_adapter.h>

Collaboration diagram for database::async::fallback_context:
Collaboration graph

Public Member Functions

 fallback_context ()=default
 
 ~fallback_context ()=default
 
 fallback_context (const fallback_context &)=default
 
fallback_contextoperator= (const fallback_context &)=default
 
 fallback_context (fallback_context &&)=default
 
fallback_contextoperator= (fallback_context &&)=default
 

Detailed Description

Fallback thread context (empty implementation) Provides a no-op context when thread_system is not available.

Definition at line 120 of file thread_pool_adapter.h.

Constructor & Destructor Documentation

◆ fallback_context() [1/3]

database::async::fallback_context::fallback_context ( )
default

◆ ~fallback_context()

database::async::fallback_context::~fallback_context ( )
default

◆ fallback_context() [2/3]

database::async::fallback_context::fallback_context ( const fallback_context & )
default

◆ fallback_context() [3/3]

database::async::fallback_context::fallback_context ( fallback_context && )
default

Member Function Documentation

◆ operator=() [1/2]

fallback_context & database::async::fallback_context::operator= ( const fallback_context & )
default

◆ operator=() [2/2]

fallback_context & database::async::fallback_context::operator= ( fallback_context && )
default

The documentation for this class was generated from the following file: