I've read clarifications in the past saying that finalizers can't be expected to run before your program exists, but they will run at "some point" after a gc. Or more specifically, at some point when a gc happens?
Technically, for better or for worse, you could manage an atomic reference count in finalizers if you wanted to know about the state of their executions? On Sun, 16 Oct 2016, 8:16 AM Dave Cheney <d...@cheney.net> wrote: > You shouldn't rely on finalisers for the correctness of your program, > which is another way of saying, you shouldn't rely on finalisers. Period. > > -- > You received this message because you are subscribed to the Google Groups > "golang-nuts" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to golang-nuts+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.