TDPL message passing: OwnerFailed?

Ali Çehreli acehreli at yahoo.com
Tue Jan 22 06:47:10 PST 2013


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



More information about the Digitalmars-d-learn mailing list