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
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user