remove usage of concurrent ml, deciding that we prefer to run everything in the main thread instead
This commit is contained in:
@@ -1,2 +1 @@
|
||||
structure MailboxType =
|
||||
struct datatype t = DRAW of DrawMsg.t | SEARCH of SearchMsg.t end
|
||||
structure MailboxType = struct datatype t = DRAW of DrawMsg.t end
|
||||
|
||||
Reference in New Issue
Block a user