On Jun 23, 2012, at 9:31 AM, simendsjo <simend...@gmail.com> wrote: > On Sat, 23 Jun 2012 18:29:37 +0200, simendsjo <simend...@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.