MCPcopy Create free account
hub / github.com/acl-dev/acl / set_timeout

Method set_timeout

lib_acl_cpp/samples/connect_manager/connect_pool.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17void connect_pool::set_timeout(int conn_timeout, int rw_timeout)
18{
19 conn_timeout_ = conn_timeout;
20 rw_timeout_ = rw_timeout;
21}
22
23acl::connect_client* connect_pool::create_connect()
24{

Callers 5

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
thread_mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected