static this () executed multiple times
Adam D. Ruppe
destructionator at gmail.com
Mon Sep 30 09:12:18 PDT 2013
Is your program using threads? I believe static this is run once
per thread, with shared static this being the once per program
one.
More information about the Digitalmars-d-learn
mailing list