On 01/22/2013 04:26 AM, Martin Drasar wrote: > On 22.1.2013 11:08, monarch_dodra wrote: >> I was trying to do a simple program to test message passing.
> wouldn't this help you? > > http://dlang.org/phobos/std_concurrency.html#.spawnLinked The following chapter may be helpful as well: http://ddili.org/ders/d.en/concurrency.html Especially the following sections: - Exceptions during the execution of the worker - Detecting thread termination - Receiving exceptions as messages Ali
