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

Method nio_check

lib_acl_cpp/src/connpool/connect_monitor.cpp:122–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void connect_monitor::nio_check(check_client& checker, aio_socket_stream&)
123{
124 // ����״̬�����������Ǵ���
125 checker.set_alive(true);
126
127 // �첽�ر����Ӽ�����
128 checker.close();
129}
130
131void connect_monitor::sio_check(check_client& checker, socket_stream&)
132{

Callers

nothing calls this directly

Calls 2

set_aliveMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected