Exiting blocked threads (socket.accept)

Ali Çehreli acehreli at yahoo.com
Wed Mar 27 14:42:05 PDT 2013


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



More information about the Digitalmars-d-learn mailing list