Handbook
Glossary
stop-this-server ( -- )
Threaded servers
Prev:
with-threaded-server ( threaded-server quot -- )
Next:
secure-addr ( -- addrspec )
Vocabulary
io
.
servers
Word description
Stops the current threaded server, preventing it from accepting any more connections. All client connections which have already been opened continue to be serviced.
Definition
USING:
namespaces
;
IN:
io.servers
:
stop-this-server
( -- )
threaded-server
get
stop-server
;