More loading
This commit is contained in:
@@ -59,7 +59,6 @@ export abstract class Queue<T> {
|
||||
|
||||
public constructor(max?: number) {
|
||||
this.items = new Map();
|
||||
this.run = run;
|
||||
this.max = max;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user