MCPcopy Create free account
hub / github.com/hydro-dev/Hydro /

Class

packages/hydrooj/src/model/task.ts:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35export class Consumer {
36 consuming: boolean;
37 processing: Set<Task> = new Set();
38 running?: any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected