Handbook
Glossary
write-read ( bytes -- )
Vocabulary
benchmark
.
tcp-echo0
Inputs
bytes
an
object
Outputs
None
Definition
USING:
io
kernel
sequences
;
IN:
benchmark.tcp-echo0
:
write-read
( bytes -- )
[
write
flush
]
[
length
read-n
drop
]
bi
;