On 03/27/2013 02:38 PM, Tim wrote: > are there any information/examples about message passing? The following chapter is about the std.concurrency module of Phobos: http://ddili.org/ders/d.en/concurrency.html Some of the examples in there send a special 'struct Exit' message to tell the workers to exit. Ali