Crawler v0.3.1 Crawler.Worker
Handles the crawl tasks.
Link to this section Summary
Functions
A crawl workflow that delegates responsibilities to
Runs the worker that casts data to itself to kick off the crawl workflow
Link to this section Functions
Link to this function
handle_cast(msg, state)
A crawl workflow that delegates responsibilities to:
Crawler.Fetcher.fetch/1
Crawler.Parser.parse/2
(or a custom parser)
Link to this function
run(opts)
Runs the worker that casts data to itself to kick off the crawl workflow.