rename 'UpdateThread' structure to 'Updater', because it is no longer a separate thread
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
structure UpdateThread =
|
||||
structure Updater =
|
||||
struct
|
||||
open CML
|
||||
open MailboxType
|
||||
open InputMsg
|
||||
|
||||
Reference in New Issue
Block a user