MCPcopy Create free account
hub / github.com/chronoxor/CppServer / onTimer

Method onTimer

include/server/asio/timer.h:140–140  ·  view source on GitHub ↗

Handle timer notification

Source from the content-addressed store, hash-verified

138protected:
139 //! Handle timer notification
140 virtual void onTimer(bool canceled) {}
141
142 //! Handle error notification
143 /*!

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected