From f5c359a6a90497c31786df4aebc3248ee3c83e65 Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Tue, 16 Sep 2025 18:40:40 -0400 Subject: [PATCH] Update todos --- todo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/todo b/todo index 6d3c2c6..3961fc9 100644 --- a/todo +++ b/todo @@ -6,5 +6,7 @@ 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.