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

Method start_thread

lib_acl_cpp/src/redis/redis_client_pipeline.cpp:118–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118bool redis_pipeline_channel::start_thread()
119{
120 if (!static_cast<connect_client *>(client_)->open()) {
121 logger_error("open %s error %s", addr_.c_str(), last_serror());
122 return false;
123 }
124 this->start();
125 return true;
126}
127
128void redis_pipeline_channel::stop_thread()
129{

Callers 7

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
start_channelMethod · 0.80
create_clusterMethod · 0.80
proc_on_initMethod · 0.80

Calls 4

last_serrorFunction · 0.50
openMethod · 0.45
c_strMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected