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

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Oct 1 21:14:55 PDT 2014


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

Ketmar Dark <ketmar at ketmar.no-ip.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ketmar at ketmar.no-ip.org

--- Comment #12 from Ketmar Dark <ketmar at ketmar.no-ip.org> ---
Created attachment 1442
  --> https://issues.dlang.org/attachment.cgi?id=1442&action=edit
another version, slightly less sophisticated

adds ExitError which inherits Error (i intend it to be "catchable" with
catch(Throwable)), respects `rt_trapExceptions` flag and adds nothing to
std.process (throw your rocks at the door to exit! ;-).

--


More information about the Digitalmars-d-bugs mailing list