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