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

View File

@@ -66,6 +66,14 @@ in
ffi/glfw-input.sml
end
ann
"allowVectorExps true"
in
shell/make-mailbox.sml
end
shell/input-mailbox.sml
shell/draw-mailbox.sml
shell/exception-logger.sml
shell/search-thread.sml
shell/update-thread.sml