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

Method start

lib_acl_cpp/samples/aio/http_client/http_client.cpp:136–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136bool http_client::start(void)
137{
138 if (open()) {
139 return true;
140 }
141
142 delete this;
143 return false;
144}
145
146void http_client::on_destroy(http_stream* conn)
147{

Callers 15

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
test_redis_sessionFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

openFunction · 0.85

Tested by 5

test_redis_sessionFunction · 0.36
test_thread_poolFunction · 0.36
test_threadFunction · 0.36
test_thread2Function · 0.36
test_thread3Function · 0.36