More loading

This commit is contained in:
Asher
2019-01-11 18:21:31 -06:00
committed by Kyle Carberry
parent d44a0a3e59
commit d128ca6d68
4 changed files with 60 additions and 51 deletions

View File

@@ -59,7 +59,6 @@ export abstract class Queue<T> {
public constructor(max?: number) {
this.items = new Map();
this.run = run;
this.max = max;
}