MCPcopy Create free account
hub / github.com/fastify/fastify / Queue

Function Queue

test/internals/logger.test.js:105–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103})
104
105function Queue () {
106 this.q = []
107 this.running = false
108}
109
110Queue.prototype.add = function add (job) {
111 this.q.push(job)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected