Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
bool http_client::start(void)
137
{
138
if (open()) {
139
return true;
140
}
141
142
delete this;
143
return false;
144
}
145
146
void http_client::on_destroy(http_stream* conn)
147
{
Callers
15
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
test_redis_session
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
1
open
Function · 0.85
Tested by
5
test_redis_session
Function · 0.36
test_thread_pool
Function · 0.36
test_thread
Function · 0.36
test_thread2
Function · 0.36
test_thread3
Function · 0.36