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

Method aio_istream

lib_acl_cpp/src/stream/aio_istream.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28//////////////////////////////////////////////////////////////////////
29
30aio_istream::aio_istream(aio_handle* handle)
31: aio_stream(handle)
32, timer_reader_(NULL)
33{
34}
35
36aio_istream::aio_istream(aio_handle* handle, ACL_SOCKET fd)
37: aio_stream(handle)

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected