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

Method timer_callback

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

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

Source from the content-addressed store, hash-verified

83 // ���ػ���ص�����
84 // @override
85 void timer_callback(unsigned int id)
86 {
87 printf("timer_writer(%d): timer_callback, delay: %d\r\n",
88 id, delay_);
89
90 // ���û���Ĵ�������
91 aio_timer_writer::timer_callback(id);
92 }
93
94private:
95 int delay_;

Callers

nothing calls this directly

Calls 1

timer_callbackFunction · 0.85

Tested by

no test coverage detected