added batchloader

This commit is contained in:
2013-11-29 17:03:17 +04:00
parent 52f7a41d26
commit 3fdc29962f
9 changed files with 161 additions and 5 deletions

View File

@@ -261,9 +261,13 @@ class Updater {
}
public function update(?_):Void {
try {
while (invalidated.length > 0) {
invalidated.shift().update();
}
} catch (error:Dynamic) {
L.e("UPDATE", "", error);
}
}
}