From dd3d5fea666ea9b4b429b82476289a63bb0c7eb3 Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Mon, 15 Sep 2025 12:45:52 -0400 Subject: [PATCH] Todo: update completed tasks --- todo | 3 --- 1 file changed, 3 deletions(-) diff --git a/todo b/todo index 7dcfbe0..6d3c2c6 100644 --- a/todo +++ b/todo @@ -1,10 +1,7 @@ * Check through all managed objects and properly refcount them using shared_ptr. -* Make xcbXorg and xcbWindow async. -* 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