MCPcopy Create free account
hub / github.com/Matir/webborer / WorkQueue

Struct WorkQueue

workqueue/workqueue.go:33–50  ·  view source on GitHub ↗

WorkQueue is a singleton that maintains the queue of work to be done. It reads from one input channel, verifies that the URL is in scope, queues it, then writes it to the work channel to be done. Internally, it implements a singly-linked list.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected