Todo: add idea for dealing with late timeouts
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user