Todo: add idea for dealing with late timeouts

This commit is contained in:
2025-10-30 22:25:16 -04:00
parent 1a4f7f97bd
commit b8255234de
+3
View File
@@ -29,3 +29,6 @@
timeouts will always either expire or be canceled before program timeouts will always either expire or be canceled before program
finalization. finalization.
Or more generically, before their lifetime ends. 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.