Todo: update and add comments to finalizeInd

This commit is contained in:
2025-10-30 21:54:21 -04:00
parent b3d0565e11
commit 393326052c
2 changed files with 17 additions and 0 deletions
+4
View File
@@ -25,3 +25,7 @@
after they expire just in case boost doesn't clean up the internal
callable that we passed it. Or else we'll have circular sh_ptr
references in our continuations.
* Think of a unified mechanism or a design pattern which will ensure that
timeouts will always either expire or be canceled before program
finalization.
Or more generically, before their lifetime ends.