View Source Crawler.Worker (Crawler v1.5.0)
Handles the crawl tasks.
Summary
Functions
Returns a specification to start this module under a supervisor.
A crawl workflow that delegates responsibilities to
Callback implementation for GenServer.init/1
.
Runs the worker that casts data to itself to kick off the crawl workflow.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
A crawl workflow that delegates responsibilities to:
Crawler.Fetcher.fetch/1
Crawler.Parser.parse/1
(or a custom parser)
Callback implementation for GenServer.init/1
.
Runs the worker that casts data to itself to kick off the crawl workflow.