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

Method timeout_callback

lib_acl_cpp/samples/connect_manager/check_async.cpp:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48bool check_async::timeout_callback()
49{
50 // ����ʱ������ֱ�ӽ�������Ϊ������
51 checker_.set_alive(false);
52
53 // ���� false ͨ������Զ��رոü������
54 return false;
55}
56
57void check_async::close_callback()
58{

Callers

nothing calls this directly

Calls 1

set_aliveMethod · 0.45

Tested by

no test coverage detected