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

Method onTimer

tests/test_timer.cpp:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20protected:
21 void onTimer(bool aborted) override
22 {
23 if (aborted)
24 canceled = true;
25 else
26 expired = true;
27 }
28
29 void onError(int error, const std::string& category, const std::string& message) override { errors = true; }
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected