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

Method thread_reader

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

Source from the content-addressed store, hash-verified

195{
196public:
197 thread_reader(int fd)
198 {
199 in_ = new acl::socket_stream;
200 in_->open(fd);
201 }
202
203 ~thread_reader(void) {}
204

Callers

nothing calls this directly

Calls 1

openMethod · 0.45

Tested by

no test coverage detected