[Issue 3462] Add a clean way to exit a process.

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Sep 15 16:59:04 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=3462

--- Comment #7 from hsteoh at quickfur.ath.cx ---
This issue keeps cropping up from time to time.

Is it possible to use the C library's atexit() hook to do druntime cleanups, so
that people can just call std.c.stdlib.exit() and have it do the Right
Thing(tm)?

--


More information about the Digitalmars-d-bugs mailing list