rename 'UpdateThread' structure to 'Updater', because it is no longer a separate thread

This commit is contained in:
2025-09-10 01:44:25 +01:00
parent 6961a76471
commit 95a07bcd92
3 changed files with 3 additions and 4 deletions

View File

@@ -265,7 +265,7 @@ struct
else
let
val msg = Vector.sub (msgVec, pos)
val app = UpdateThread.update (app, msg)
val app = Updater.update (app, msg)
in
updateLoop (pos + 1, msgVec, app)
end