How do I properly exit from a D program (outside main)?
    AsmMan via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Mon Sep 15 16:36:54 PDT 2014
    
    
  
Someone said somewhere that call std.c.process.exit() isn't the 
proper way to exit from a D program since it doesn't terminate 
some phobos stuff. So what should I use instead of? or there's no 
a replacement?
    
    
More information about the Digitalmars-d-learn
mailing list