You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.TH io_check 3
|
|
.SH NAME
|
|
io_check \- check for new readable or writable descriptors
|
|
.SH SYNTAX
|
|
.B #include <io.h>
|
|
|
|
int64 \fBio_check\fP();
|
|
.SH DESCRIPTION
|
|
io_check is like io_waituntil() with a deadline of now.
|
|
.SH "SEE ALSO"
|
|
io_wait(3), io_waituntil(3)
|