Handbook
Glossary
shutdown ( handle -- )
Vocabulary
io
.
ports
Inputs
handle
a port handle
Outputs
None
Word description
Called when a port is being disposed.
Definition
IN:
io.ports
GENERIC:
shutdown
( handle -- )
Methods
USING:
io.ports
kernel
;
M:
object
shutdown
drop
;
USING:
accessors
io.ports
io.sockets.secure.openssl
io.sockets.secure.unix
io.timeouts
kernel
;
M:
ssl-handle
shutdown
dup
connected>>
[
f
>>connected
[
(shutdown)
]
with-timeout
]
[
drop
]
if
;