On Thursday, 21 December 2017 at 06:50:44 UTC, Mike Parker wrote:
That's what I've taken to doing manually, by implementing a `terminate` function in my classes that I either call directly or via a ref-counted templated struct called Terminator.

I feel like I'm rambling but..
The problem with that approach is that you can't reuse Unique, RefCounted, scoped!T because they rely on .destroy

Reply via email to