MCPcopy 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
207void aio_handle::set_delay_usec(int n)
208{
209 acl_aio_set_delay_usec(aio_, n);
210}
211
212void aio_handle::set_check_inter(int n)
213{

Callers 3

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

acl_aio_set_delay_usecFunction · 0.85

Tested by

no test coverage detected