Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ check
Method
check
lib_acl_cpp/src/stream/aio_handle.cpp:222–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
}
221
222
bool aio_handle::check()
223
{
224
acl_aio_loop(aio_);
225
if (stop_) {
226
return false;
227
}
228
return true;
229
}
230
231
int aio_handle::last_nready() const
232
{
Callers
6
aio_run
Function · 0.45
bind_addr
Function · 0.45
run
Method · 0.45
on_sni_callback
Method · 0.45
acl_foreach
Function · 0.45
run_alone
Method · 0.45
Calls
1
acl_aio_loop
Function · 0.85
Tested by
no test coverage detected