Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
IO_Context_Wrapper.h
Go to the documentation of this file.
1#ifndef joedb_IO_Context_Wrapper_declared
2#define joedb_IO_Context_Wrapper_declared
3
4#include <asio/io_context.hpp>
5
6namespace joedb
7{
9 {
10 asio::io_context io_context;
11
13 void run();
15 };
16}
17
18#endif
Definition Blob.h:7