in reply to Re^3: is there a way to ensure some code is the last thing that is run? (updated garbage collection)
in thread is there a way to ensure some code is the last thing that is run?
Hi LanX,
Try to put curlies around the code excluding the END.
Unfortunately, that doesn't seem to work in this case. I assume that because of the circular reference, the object really is the very last thing to be destroyed, even after the END block.
Regards,
-- Hauke D
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: is there a way to ensure some code is the last thing that is run?
by LanX (Saint) on Feb 03, 2017 at 10:00 UTC | |
by ikegami (Patriarch) on Feb 03, 2017 at 18:25 UTC | |
by haukex (Archbishop) on Feb 03, 2017 at 10:53 UTC | |
by ikegami (Patriarch) on Feb 03, 2017 at 18:31 UTC | |
by haukex (Archbishop) on Feb 03, 2017 at 18:40 UTC | |
by LanX (Saint) on Feb 03, 2017 at 10:29 UTC |