MCPcopy Create free account
hub / github.com/acl-dev/acl / start

Method start

lib_acl_cpp/samples/master/master_http_rpc/rpc_timer.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void rpc_timer::start(int delay)
21{
22 // 设置定时器,将秒转换为微妙
23 handle_.set_timer(this, delay * 1000000);
24}
25
26void rpc_timer::stop()
27{

Callers

nothing calls this directly

Calls 1

set_timerMethod · 0.80

Tested by

no test coverage detected