MCPcopy Create free account
hub / github.com/WebDevSimplified/job-queue /

Class

src/job-queue/worker.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { Job } from "./types"
3
4export class Worker<T> {
5 private queue: Queue<T>
6 private processJob: (job: Job<T>) => Promise<void>
7 private concurrency

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected