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

Method destroy

lib_acl_cpp/samples/aio/server_timer/main.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133};
134
135void read_timer::destroy(void) {
136 //printf("timer %p deleted\r\n", this);
137 delete this;
138}
139
140void read_timer::timer_callback(unsigned int) {
141 io_.close();

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected