On Fri, Oct 14, 2016 at 4:08 PM, 'Peter Lam' via golang-nuts
<golang-nuts@googlegroups.com> wrote:
> Is there someway to wait for all pending finalizers to be run?

Not in general, no.  Conceptually it doesn't make sense since, as you
know, finalizers not guaranteed to run at all.  You could of course
write your finalizers to support this.

Ian

-- 
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.

Reply via email to