Spidey
v0.3.0
Pages
Modules
Spidey v0.3.0
Spidey.Crawler.Queue
View Source
Link to this section
Summary
Functions
child_spec(arg)
Returns a specification to start this module under a supervisor.
child_spec(pool_name, urls \\ [])
length(pool_name)
pop(pool_name)
push(url, pool_name)
start_link(urls, pool_name)
take(n, pool_name)
Link to this section
Functions
Link to this function
child_spec(arg)
View Source
Returns a specification to start this module under a supervisor.
See
Supervisor
.
Link to this function
child_spec(pool_name, urls \\ [])
View Source
Link to this function
length(pool_name)
View Source
Link to this function
pop(pool_name)
View Source
Link to this function
push(url, pool_name)
View Source
Link to this function
start_link(urls, pool_name)
View Source
Link to this function
take(n, pool_name)
View Source