Joedb
9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
src
joedb
concurrency
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
6
namespace
joedb
7
{
8
struct
IO_Context_Wrapper
9
{
10
asio::io_context
io_context
;
11
12
IO_Context_Wrapper
();
13
void
run
();
14
~IO_Context_Wrapper
();
15
};
16
}
17
18
#endif
joedb
Definition
Blob.h:7
joedb::IO_Context_Wrapper
Definition
IO_Context_Wrapper.h:9
joedb::IO_Context_Wrapper::~IO_Context_Wrapper
~IO_Context_Wrapper()
joedb::IO_Context_Wrapper::io_context
asio::io_context io_context
Definition
IO_Context_Wrapper.h:10
joedb::IO_Context_Wrapper::IO_Context_Wrapper
IO_Context_Wrapper()
joedb::IO_Context_Wrapper::run
void run()
Definition
IO_Context_Wrapper.cpp:5
Generated by
1.9.8