Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
161
void AsioTransport::set_timeout(std::chrono::milliseconds timeout) {
162
timeout_ = timeout;
163
}
164
165
AsioAcceptor::AsioAcceptor()
166
: acceptor_{io_context_, asio::ip::tcp::endpoint{asio::ip::tcp::v4(), 0}} {}
Callers
2
try_read_incoming_messages
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64