Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
void read_timer::destroy(void) {
136
//printf(
"timer %p deleted\r\n"
, this);
137
delete this;
138
}
139
140
void read_timer::timer_callback(unsigned int) {
141
io_.close();
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected