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

Method timer_callback

lib_acl_cpp/samples/aio/aio_server/main.cpp:40–47  ·  view source on GitHub ↗

���ػ���ص����� @override

Source from the content-addressed store, hash-verified

38 // ���ػ���ص�����
39 // @override
40 void timer_callback(unsigned int id)
41 {
42 std::cout << "timer_reader(" << id
43 << "): timer_callback, delay: " << delay_ << std::endl;
44
45 // ���û���Ĵ�������
46 aio_timer_reader::timer_callback(id);
47 }
48
49private:
50 int delay_;

Callers

nothing calls this directly

Calls 1

timer_callbackFunction · 0.85

Tested by

no test coverage detected