Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
Loading...
Searching...
No Matches
database::async::saga_builder::saga_step Struct Reference
Collaboration diagram for database::async::saga_builder::saga_step:
Collaboration graph

Public Attributes

std::function< async_result< bool >()> action
 
std::function< async_result< bool >()> compensation
 

Detailed Description

Definition at line 724 of file async_operations.h.

Member Data Documentation

◆ action

std::function<async_result<bool>()> database::async::saga_builder::saga_step::action

◆ compensation

std::function<async_result<bool>()> database::async::saga_builder::saga_step::compensation

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