remove usage of concurrent ml, deciding that we prefer to run everything in the main thread instead
This commit is contained in:
@@ -4,10 +4,7 @@ struct
|
||||
open InputMsg
|
||||
|
||||
fun sendMsg msg =
|
||||
case msg of
|
||||
DRAW msg => DrawMailbox.append msg
|
||||
| SEARCH (buffer, searchString, time) =>
|
||||
Mailbox.send (SearchMailbox.mailbox, (buffer, searchString, time))
|
||||
case msg of DRAW msg => DrawMailbox.append msg
|
||||
|
||||
fun sendMsgs msgList =
|
||||
case msgList of
|
||||
|
||||
Reference in New Issue
Block a user