Thread Local Storage Template

Mikola Lysenko mclysenk at mtu.edu
Mon Sep 11 20:00:50 PDT 2006


The current version of D does not have thread local storage.  This is a 
very useful feature, and the lack of support is frustrating.  The 
problem is compounded by the fact that there are no truly cross platform 
thread local storage facilities.  To work around this problem, I have 
created a simple templatized wrapper.  It currently supports DMD and GDC 
on the following platforms:

	Windows
	Linux
	Mac OS X

You can download it at: http://www.assertfalse.com/projects.shtml



More information about the Digitalmars-d-announce mailing list