MCPcopy 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
202void aio_handle::set_delay_sec(int n)
203{
204 acl_aio_set_delay_sec(aio_, n);
205}
206
207void aio_handle::set_delay_usec(int n)
208{

Callers 3

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

acl_aio_set_delay_secFunction · 0.85

Tested by

no test coverage detected