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

Method timer_callback

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

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

Source from the content-addressed store, hash-verified

76 // ���ػ���ص�����
77 // @override
78 void timer_callback(unsigned int id)
79 {
80 std::cout << "timer_writer(" << id << "): timer_callback, delay: "
81 << delay_ << std::endl;
82
83 // ���û���Ĵ�������
84 acl::aio_timer_writer::timer_callback(id);
85 }
86
87private:
88 int delay_;

Callers

nothing calls this directly

Calls 1

timer_callbackFunction · 0.85

Tested by

no test coverage detected