create separate mailbox structures for draw and input messages, because our plan is to: 'handle input + drawing on a single thread'
This commit is contained in:
1
shell/draw-mailbox.sml
Normal file
1
shell/draw-mailbox.sml
Normal file
@@ -0,0 +1 @@
|
||||
structure DrawMailbox = MakeMailbox(DrawMsg)
|
||||
Reference in New Issue
Block a user