Handbook
Glossary
handle-client ( client remote local -- )
Vocabulary
io
.
servers
.
private
Inputs
client
an
object
remote
an
object
local
an
object
Outputs
None
Definition
USING:
accessors
continuations
generalizations
io.servers
io.streams.duplex
io.timeouts
kernel
logging
namespaces
;
IN:
io.servers.private
:
handle-client
( client remote local -- )
[
3
\
handle-client
\
NOTICE
log-stack
[
log-connection
threaded-server
get
[
timeout>>
timeouts
]
[
handle-client*
]
bi
]
2curry
with-stream
]
[
\
handle-client
log-error
3
ndrop
]
recover
;