Handbook
Glossary
handle-kevents ( mx n -- )
Vocabulary
io
.
backend
.
unix
.
multiplexers
.
kqueue
Inputs
mx
an
object
n
an
object
Outputs
None
Definition
USING:
accessors
kernel
sequences
;
IN:
io.backend.unix.multiplexers.kqueue
:
handle-kevents
( mx n -- )
[
dup
events>>
]
dip
head-slice
[
handle-kevent
]
with
each
;