added batchloader
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user