Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
 
Loading...
Searching...
No Matches
wal_store.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "async.hpp"
4
5#include "wal.hpp"
6
8{
10 {
11 public:
12 virtual ~IWalStore() = default;
13
14 virtual asio::awaitable<WalCheckpointStats> checkpointWal(WalCheckpointMode mode) const = 0;
15 };
16}
Definition wal_store.hpp:10
virtual asio::awaitable< WalCheckpointStats > checkpointWal(WalCheckpointMode mode) const =0
Definition exec.hpp:6
WalCheckpointMode
Definition wal.hpp:9