Strange exception using threads

Sean Kelly sean at invisibleduck.org
Sun Jun 24 08:02:07 PDT 2012


On Jun 23, 2012, at 9:31 AM, simendsjo <simendsjo at gmail.com> wrote:

> On Sat, 23 Jun 2012 18:29:37 +0200, simendsjo <simendsjo at gmail.com> wrote:
> 
>>    auto tid = spawnLinked(&writer);
> 
> auto tid = spawn(&writer); of course

With spawnLinked the child will send a termination message to the parent as well.


More information about the Digitalmars-d-learn mailing list