[phobos] TLS static constructors and destructors

Walter Bright walter at digitalmars.com
Mon Jan 4 00:24:08 PST 2010


I've added support for them in druntime/src/object_.d. They are called 
automatically for the main thread - starting a new thread will have to 
call _moduleTlsCtor() and _moduleTlsDtor().

Compiler support to come later.


More information about the phobos mailing list