Site Search
Library
linux docs
linux man pages
Toys
world sunlight
moon phase
io_check(3) - Linux man page
Name
io_check - check for new readable or writable descriptors
Syntax
#include <io.h>
int64
io_check
();
Description
io_check is like io_waituntil() with a deadline of now.
See Also
io_wait
(3)
,
io_waituntil
(3)