From 88dd872c95ef37a31daa994df2c21310511cba68 Mon Sep 17 00:00:00 2001 From: Hayodea Hekol Date: Thu, 30 Oct 2025 22:26:35 -0400 Subject: [PATCH] Todo: Add async bridging idea as sync wait mechanism --- todo | 3 +++ 1 file changed, 3 insertions(+) diff --git a/todo b/todo index 77e96b0..a1d4580 100644 --- a/todo +++ b/todo @@ -32,3 +32,6 @@ * One good mechanism is to use synchronous waits on the timeout events. This is fine during program shutdown because we don't need to care about responsiveness during program shutdown. + * We can use asynchronous bridging to ensure that asynchronous + events are executed in the meantime while we wait for the sync + timeout to complete.