Profiling after exit()

Temtaime via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jul 27 07:41:31 PDT 2017


Exit is not "normal exit" for D programs so, do not use it.
Your threads should stop at some point to make able the app exit 
successfully.
There's a "join" method. You can use it with your "done" variable.


More information about the Digitalmars-d-learn mailing list