MCPcopy Create free account
hub / github.com/caozhiyi/CppNet / RemoveTimer

Method RemoveTimer

net/CppNet.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void cppnet::CCppNet::RemoveTimer(uint64_t timer_id) {
55 _cppnet_instance->RemoveTimer(timer_id);
56}
57
58void cppnet::CCppNet::SetAcceptCallback(const connection_call_back& func) {
59 _cppnet_instance->SetAcceptCallback(func);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected