io_waituntil(3) - Linux man page
Name
io_waituntil - wait for events
Syntax
#include <io.h>
void io_waituntil(tai6464 t);
Description
io_waituntil(t) is like io_wait() but does not wait (noticeably) past time t.
See Also
io_wait(3), io_check(3), io_wantread(3), io_wantwrite(3), io_fd(3)
Referenced By
io_sendfile(3),
io_timeout(3)