fork/waitpid and std.concurrency.spawn

Puming via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jul 23 03:24:21 PDT 2014


OK, I understand your point :-)


On Wednesday, 23 July 2014 at 09:05:49 UTC, FreeSlave wrote:
> Seems like you need inter process communication. There are many 
> ways to make one. For example, through sockets. You may use D 
> bindings to ZMQ or other library, or just use std.socket.
> Anyway the process will be represented by the whole program, 
> not just one function as in case of thread.



More information about the Digitalmars-d-learn mailing list