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:48–54  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

46 // ���ػ���ص�����
47 // @override
48 void timer_callback(unsigned int id)
49 {
50 printf("timer_reader(%d): delay: %d\r\n", id, delay_);
51
52 // ���û���Ĵ�������
53 aio_timer_reader::timer_callback(id);
54 }
55
56private:
57 int delay_;

Callers

nothing calls this directly

Calls 1

timer_callbackFunction · 0.85

Tested by

no test coverage detected