Spidey v0.3.2 Spidey.Crawler.Queue View Source

Link to this section Summary

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

child_spec(name, urls \\ [])

View Source

Specs

child_spec(atom(), list()) :: map()

Specs

length(atom()) :: integer()

Specs

pop(atom()) :: any()

Specs

push(any(), atom()) :: :ok

Specs

start_link(list(), atom()) :: Agent.on_start()

Specs

take(integer(), atom()) :: list()