From 02c071394bad3e1136e6c52645c1d850237b4e50 Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Tue, 16 Sep 2025 19:54:32 -0400 Subject: [PATCH] Update todos --- todo | 6 ------ 1 file changed, 6 deletions(-) diff --git a/todo b/todo index 3961fc9..266da7d 100644 --- a/todo +++ b/todo @@ -2,11 +2,5 @@ using shared_ptr. * Ensure that we comb through the current code and enforce the distinction between user errors and program exceptions. -* 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 - appropriate threads. -* Check all implementations of callOriginalCb to ensure that they std::bind - their callbacks if being posted. * We're now getting to the point where we must implement locking. Go through the driver libs and give them locking.