Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ set_delay_sec
Method
set_delay_sec
lib_acl_cpp/src/stream/aio_handle.cpp:202–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
}
201
202
void aio_handle::set_delay_sec(int n)
203
{
204
acl_aio_set_delay_sec(aio_, n);
205
}
206
207
void aio_handle::set_delay_usec(int n)
208
{
Callers
3
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
1
acl_aio_set_delay_sec
Function · 0.85
Tested by
no test coverage detected