Skip to content

Commit

Permalink
Update collapsed-queue.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Sep 26, 2024
1 parent d4a1a6a commit 3114897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/src/misc/collapsed-queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ type Job<V> = {
timer: NodeJS.Timeout;
};

// TODO: redis使えるようにする
export class CollapsedQueue<K, V> {
private jobs: Map<K, Job<V>> = new Map();

Expand Down

0 comments on commit 3114897

Please sign in to comment.