Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ thread_writer
Method
thread_writer
lib_acl_cpp/samples/aio/http_aclient_ssl/main.cpp:163–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
{
162
public:
163
thread_writer(int fd)
164
{
165
out_ = new acl::socket_stream;
166
out_->open(fd);
167
}
168
169
~thread_writer(void) {}
170
Callers
nothing calls this directly
Calls
1
open
Method · 0.45
Tested by
no test coverage detected