http://d.puremagic.com/issues/show_bug.cgi?id=11378
Jacob Carlborg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #12 from Jacob Carlborg <[email protected]> 2013-10-31 00:29:11 PDT --- (In reply to comment #11) > Exiting a thread is different from exiting the process and even that would > require more for a correct shutdown than C's exit function. > > The only mechanism that we have which could correctly unwind a stack and free > all resources is throwing an Exception. What's your use-case for this? Can't we setup a callback using "atexit" which correctly terminates the runtime? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
