Typed Message Passing between D Processes

via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jun 25 07:04:21 PDT 2015


Is there an alternative to

http://dlang.org/phobos/std_process.html#.pipe

that can be used to do _typed_ _message_ _passing_ between two D 
processes with the same convenience as `send` and `receive` in

std.concurrency

?

Either in Phobos or in a third party library?


More information about the Digitalmars-d-learn mailing list