Todo: Add async bridging idea as sync wait mechanism

This commit is contained in:
2025-10-30 22:26:35 -04:00
parent b8255234de
commit 88dd872c95
+3
View File
@@ -32,3 +32,6 @@
* One good mechanism is to use synchronous waits on the timeout * One good mechanism is to use synchronous waits on the timeout
events. This is fine during program shutdown because we don't events. This is fine during program shutdown because we don't
need to care about responsiveness during program shutdown. 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.