spawn/executeInNewThread and module this/~this

Ali Çehreli via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jan 29 14:05:08 PST 2015


On 01/29/2015 12:11 PM, Fyodor Ustinov wrote:
> Hi!
>
> Nowhere is it written that the start of a new thread also launch this()
> for module (and stop a thread launch ~this()). It really is not written
> anywhere or I just missed?
>
> WBR,
>      Fyodor.

I imply it here:

   http://ddili.org/ders/d.en/modules.html#ix_modules.static%20this

and here:

 
http://ddili.org/ders/d.en/concurrency_shared.html#ix_concurrency_shared.shared%20static%20this

Ali



More information about the Digitalmars-d-learn mailing list