1io_check(3) Library Functions Manual io_check(3)
23
4
NAME
6io_check - check for new readable or writable descriptors
7
SYNTAX
9#include <io.h>
1011
int64 io_check();
12
DESCRIPTION
14io_check is like io_waituntil() with a deadline of now.
15
SEE ALSO
17io_wait(3), io_waituntil(3)
1819
20
21
io_check(3)