From b8255234de80a2998001ee37475d3cac2aa42925 Mon Sep 17 00:00:00 2001 From: Hayodea Hekol Date: Thu, 30 Oct 2025 22:25:16 -0400 Subject: [PATCH] Todo: add idea for dealing with late timeouts --- todo | 3 +++ 1 file changed, 3 insertions(+) diff --git a/todo b/todo index 95e8fdd..77e96b0 100644 --- a/todo +++ b/todo @@ -29,3 +29,6 @@ timeouts will always either expire or be canceled before program finalization. Or more generically, before their lifetime ends. + * 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.