Handbook
Glossary
wait-for-connected ( -- frame )
Vocabulary
stomp
Inputs
None
Outputs
frame
an
object
Definition
USING:
accessors
kernel
;
IN:
stomp
:
wait-for-connected
( -- frame )
f
[
drop
read-frame
dup
command>>
"CONNECTED"
=
not
]
loop
;