Handbook
Glossary
socket-fd ( domain type protocol -- fd )
Vocabulary
io
.
sockets
.
unix
Inputs
domain
an
object
type
an
object
protocol
an
object
Outputs
fd
an
object
Definition
USING:
destructors
io.backend.unix
kernel
libc
unix.ffi
;
IN:
io.sockets.unix
:
socket-fd
( domain type protocol -- fd )
socket
dup
io-error
<fd>
init-fd
|dispose
;