Handbook
Glossary
init-fdset ( fds fdset -- )
Vocabulary
io
.
backend
.
unix
.
multiplexers
.
select
Inputs
fds
an
object
fdset
an
object
Outputs
None
Definition
USING:
kernel
sequences
;
IN:
io.backend.unix.multiplexers.select
:
init-fdset
( fds fdset -- )
[
[
t
swap
munge
]
]
dip
[
set-nth
]
curry
compose
each
;