Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
void rpc_timer::start(int delay)
21
{
22
// 设置定时器,将秒转换为微妙
23
handle_.set_timer(this, delay * 1000000);
24
}
25
26
void rpc_timer::stop()
27
{
Callers
nothing calls this directly
Calls
1
set_timer
Method · 0.80
Tested by
no test coverage detected