Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ close
Method
close
lib_acl_cpp/samples/aio/server_timer/main.cpp:46–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
, i_(0) {}
45
46
void close(void) {
47
if (timer_) {
48
client_->get_handle().del_timer(timer_);
49
timer_ = NULL;
50
}
51
//client_->close();
52
}
53
54
protected:
55
~io_callback(void) {
Callers
15
onMessage
Method · 0.45
getFilesize
Method · 0.45
saveFile
Method · 0.45
run
Method · 0.45
~wdb
Method · 0.45
read_callback
Method · 0.45
read_callback
Method · 0.45
timeout_callback
Method · 0.45
OnBnClickedListen
Method · 0.45
OnBnClickedOk
Method · 0.45
saveFile
Method · 0.45
read_callback
Method · 0.45
Calls
2
del_timer
Method · 0.80
get_handle
Method · 0.45
Tested by
no test coverage detected