Handbook
Glossary
check-fd ( fd fdset mx quot -- )
Vocabulary
io
.
backend
.
unix
.
multiplexers
.
select
Inputs
fd
an
object
fdset
an
object
mx
an
object
quot
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
io.backend.unix.multiplexers.select
::
check-fd
( fd fdset mx quot -- )
fd
munge
fdset
clear-nth
[
fd mx quot
call
]
when
;
inline