MCPcopy 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
222bool aio_handle::check()
223{
224 acl_aio_loop(aio_);
225 if (stop_) {
226 return false;
227 }
228 return true;
229}
230
231int aio_handle::last_nready() const
232{

Callers 6

aio_runFunction · 0.45
bind_addrFunction · 0.45
runMethod · 0.45
on_sni_callbackMethod · 0.45
acl_foreachFunction · 0.45
run_aloneMethod · 0.45

Calls 1

acl_aio_loopFunction · 0.85

Tested by

no test coverage detected