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

Method timer_callback

lib_acl_cpp/samples/winaio/AioServer.cpp:66–72  ·  view source on GitHub ↗

���ػ���ص�����

Source from the content-addressed store, hash-verified

64
65 // ���ػ���ص�����
66 virtual void timer_callback(unsigned int id)
67 {
68 std::cout << "timer_writer: timer_callback now" << std::endl;
69
70 // ���û���Ĵ�������
71 aio_timer_writer::timer_callback(0);
72 }
73};
74
75CAcceptedClientCallback::CAcceptedClientCallback(aio_socket_stream* client)

Callers

nothing calls this directly

Calls 1

timer_callbackFunction · 0.85

Tested by

no test coverage detected