floorplan v0.0.1 Floorplan.Queue

Summary

Functions

Trigger a FileBuilder process to dump enqueued urls

Notify queue there are no more results and to flush before max size, triggering IndexBuilder task

Fetches full queue

Pushes a UrlLink struct onto queue

Replace queue with passed list

Starts the queue

Functions

build_file(queue, reply_pid)

Trigger a FileBuilder process to dump enqueued urls

done()

Notify queue there are no more results and to flush before max size, triggering IndexBuilder task

fetch()

Fetches full queue

push(urllink)

Pushes a UrlLink struct onto queue

replace_queue(new_queue)

Replace queue with passed list

start_link(opts \\ [])

Starts the queue