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

Method start

lib_acl_cpp/samples/aio/http_aclient_ssl/main.cpp:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 void start(void)
113 {
114 in_->add_read_callback(this);
115 in_->add_close_callback(this);
116 in_->read();
117 }
118
119protected:
120 // @override

Callers

nothing calls this directly

Calls 3

add_read_callbackMethod · 0.80
add_close_callbackMethod · 0.80
readMethod · 0.45

Tested by

no test coverage detected