File FaabricEndpoint.cpp
Variables
-
asio::io_context &ioc
-
beast::tcp_stream stream
-
beast::flat_buffer buffer
-
beast::http::request_parser<beast::http::string_body> parser
-
std::shared_ptr<HttpRequestHandler> handler
-
asio::ip::tcp::acceptor acceptor
-
namespace faabric
-
namespace endpoint
-
namespace detail
-
class EndpointState
Public Functions
-
inline EndpointState(int threadCountIn)
Public Members
-
asio::io_context ioc
-
std::vector<std::jthread> ioThreads
-
inline EndpointState(int threadCountIn)
-
class EndpointState
-
namespace detail
-
namespace endpoint