Add license notice
This commit is contained in:
parent
4c2404c426
commit
cee5966215
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue