Static constructors?
    Sean Kelly 
    sean at invisibleduck.org
       
    Wed Jul 21 18:36:55 PDT 2010
    
    
  
Make the ctors "shared static this()" -- those are only constructed once when the process starts up.  The non-shared static ctors are thread-local.
    
    
More information about the Digitalmars-d-learn
mailing list