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
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