This commit is contained in:
Wolfgang Hottgenroth
2017-05-04 21:44:39 +02:00
parent aca88bcbb8
commit 0c9468f3a5
5 changed files with 113 additions and 31 deletions

View File

@ -23,7 +23,7 @@ export class Queue<T> extends Events.EventEmitter {
reenq(x : T) {
this.q.unshift(x)
this.emit('data')
// this.emit('data')
}
deq() : T {