MCPcopy 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
54protected:
55 ~io_callback(void) {

Callers 15

onMessageMethod · 0.45
getFilesizeMethod · 0.45
saveFileMethod · 0.45
runMethod · 0.45
~wdbMethod · 0.45
read_callbackMethod · 0.45
read_callbackMethod · 0.45
timeout_callbackMethod · 0.45
OnBnClickedListenMethod · 0.45
OnBnClickedOkMethod · 0.45
saveFileMethod · 0.45
read_callbackMethod · 0.45

Calls 2

del_timerMethod · 0.80
get_handleMethod · 0.45

Tested by

no test coverage detected