Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ disable_read
Method
disable_read
lib_acl_cpp/src/stream/aio_istream.cpp:206–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
}
205
206
void aio_istream::disable_read()
207
{
208
acl_assert(stream_);
209
acl_aio_disable_read(stream_);
210
}
211
212
void aio_istream::keep_read(bool onoff)
213
{
Callers
11
read_wakeup
Method · 0.80
read_wakeup
Method · 0.80
setup_ssl
Method · 0.80
read_wakeup
Method · 0.80
read_wakeup
Method · 0.80
read_wakeup
Method · 0.80
read_wakeup
Method · 0.80
handle_ssl_handshake
Method · 0.80
handle_ssl_handshake
Method · 0.80
read_wakeup
Method · 0.80
read_wakeup
Method · 0.80
Calls
1
acl_aio_disable_read
Function · 0.85
Tested by
no test coverage detected