On Thu, 21 Apr 2011 11:18:01 -0400, Andrej Mitrovic <[email protected]> wrote:

Oh I thought __gshared was in the type system. Yeah I'll try the
Thread class, thanks.

__gshared puts the variable in global storage, just like D1 global variables. It does not mark the type at all.

-Steve

Reply via email to