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.