mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-11 17:34:58 +00:00
Update task.js
This commit is contained in:
parent
7874e2e07b
commit
2a54692d70
|
@ -75,6 +75,7 @@ var TaskQueue = function() {
|
|||
}
|
||||
};
|
||||
this.run = function() {
|
||||
this._keepalive = true;
|
||||
while(this._keepalive) {
|
||||
this.next();
|
||||
sleep(100);
|
||||
|
|
Loading…
Reference in New Issue
Block a user