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

Method SetTimer

net/CppNet.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50uint64_t cppnet::CCppNet::SetTimer(int32_t interval, const timer_call_back& func, void* param, bool always) {
51 return _cppnet_instance->SetTimer(interval, func, param, always);
52}
53
54void cppnet::CCppNet::RemoveTimer(uint64_t timer_id) {
55 _cppnet_instance->RemoveTimer(timer_id);

Callers 1

StartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected