MCPcopy Create free account
hub / github.com/chenshuo/muduo / ~Printer

Method ~Printer

examples/asio/tutorial/timer6/timer.cc:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 ~Printer()
24 {
25 // cout is not thread safe
26 //std::cout << "Final count is " << count_ << "\n";
27 printf("Final count is %d\n", count_);
28 }
29
30 void print1()
31 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected