Handbook
Glossary
run-spider ( spider -- spider )
Spider
Prev:
<spider> ( base -- spider )
Vocabulary
spider
Inputs
spider
a
spider
Outputs
spider
a
spider
Word description
Runs a spider until completion. See the
Spider tutorial
for a complete description of the tuple slots that affect how thet spider works.
Definition
USING:
kernel
logging
spider.private
;
IN:
spider
:
run-spider
( spider -- spider )
"spider"
[
queue-initial-links
[
run-spider-loop
]
keep
]
with-logging
;