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

Method aio_ostream

lib_acl_cpp/src/stream/aio_ostream.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47//////////////////////////////////////////////////////////////////////
48
49aio_ostream::aio_ostream(aio_handle* handle)
50: aio_stream(handle)
51, timer_writers_(NULL)
52{
53}
54
55aio_ostream::aio_ostream(aio_handle* handle, ACL_SOCKET fd)
56: aio_stream(handle)

Callers

nothing calls this directly

Calls 4

acl_aio_openFunction · 0.85
enable_errorMethod · 0.80
enable_writeFunction · 0.50
get_handleMethod · 0.45

Tested by

no test coverage detected