From 83af74f4bebfeca9b562d3d6e222e7f522f61851 Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Sun, 14 Sep 2025 11:01:52 -0400 Subject: [PATCH] Update todo --- todo | 1 + 1 file changed, 1 insertion(+) diff --git a/todo b/todo index 03127da..7dcfbe0 100644 --- a/todo +++ b/todo @@ -4,6 +4,7 @@ * Propagate asynchronicity up into attach/detachDeviceReq(). * Ensure that we comb through the current code and enforce the distinction between user errors and program exceptions. +* Cleanly split up mind finalization from salmanoff shutdown. * As it is currently, all async sequences execute on the calling thread fully, instead of being posted to the thread which ought to service them. Enforce the actual use of the Mind threads by posting async messages to their