On Thursday, 25 June 2015 at 14:04:23 UTC, Per Nordlöw wrote:
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?

You'd have to implement your own IPC for that to work. You can always use TCP and serialise everything.

Atila

Reply via email to