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:
2025-09-10 01:04:56 +01:00
parent 0a0f723b9b
commit dc3009bf54
4 changed files with 39 additions and 0 deletions

1
shell/draw-mailbox.sml Normal file
View File

@@ -0,0 +1 @@
structure DrawMailbox = MakeMailbox(DrawMsg)