Add license notice

This commit is contained in:
KOBA789 2024-09-16 19:55:52 +09:00 committed by GitHub
parent 4c2404c426
commit cee5966215
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/
export class CollapsedQueue<K, V> {
private jobs: Map<K, V> = new Map();