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

Class check_rpc

lib_acl_cpp/src/connpool/check_rpc.hpp:10–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8class check_client;
9
10class check_rpc : public rpc_request {
11public:
12 check_rpc(connect_monitor& monitor, check_client& checker);
13
14protected:
15 // ���̴߳�������
16 // @override
17 void rpc_run();
18
19 // ���̴߳������̣��յ����߳�������ɵ���Ϣ
20 // @override
21 void rpc_onover();
22
23private:
24 connect_monitor& monitor_;
25 check_client& checker_;
26
27 ~check_rpc();
28};
29
30} // namespace acl

Callers 1

on_openMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…