On Sat, 18 Dec 2010 01:27:01 +0200, Jonathan M Davis <jmdavisp...@gmx.com> wrote:

Except that virtually _everything_ in D is in TLS. Only shared variables and some immutable variables aren't. So, unless you use a set of functions which
uses shared variables for _everything_, that would be rather useless.

But isn't that what OP's asking?

Also, I wouldn't say it's useless... By _everything_ you mean global and class/function static variables, right? I can imagine lots of examples of using threads without having to access those variables.

--
Best regards,
 Vladimir                            mailto:vladi...@thecybershadow.net

Reply via email to