MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / set_timeout

Method set_timeout

src/ipc/asio_transport.cpp:161–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void AsioTransport::set_timeout(std::chrono::milliseconds timeout) {
162 timeout_ = timeout;
163}
164
165AsioAcceptor::AsioAcceptor()
166 : acceptor_{io_context_, asio::ip::tcp::endpoint{asio::ip::tcp::v4(), 0}} {}

Callers 2

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64