#include <joedb/concurrency/Server.h>
Definition at line 21 of file Server.h.
◆ Server()
joedb::Server::Server |
( |
Client & |
client, |
|
|
asio::io_context & |
io_context, |
|
|
std::string |
endpoint_path, |
|
|
std::chrono::milliseconds |
lock_timeout, |
|
|
std::ostream * |
log_pointer |
|
) |
| |
◆ ~Server()
joedb::Server::~Server |
( |
| ) |
|
◆ get_endpoint_path()
const std::string & joedb::Server::get_endpoint_path |
( |
| ) |
const |
|
inline |
◆ get_time_stamp()
std::chrono::milliseconds joedb::Server::get_time_stamp |
( |
| ) |
const |
◆ has_client_lock()
bool joedb::Server::has_client_lock |
( |
| ) |
const |
|
inline |
◆ start()
void joedb::Server::start |
( |
| ) |
|
◆ stop()
void joedb::Server::stop |
( |
| ) |
|
◆ stop_after_sessions()
void joedb::Server::stop_after_sessions |
( |
| ) |
|
The documentation for this class was generated from the following files:
- /home/rcoulom/repos/joedb/src/joedb/concurrency/Server.h
- /home/rcoulom/repos/joedb/src/joedb/concurrency/Server.cpp