Is there a fork()/wait() API similar to std.concurrency spawn()?

The best thing I've got so far is module core.sys.posix.unistd.fork(), but it seems to only work in posix. Is there a unified API for process level concurrency? ideally with actor and send message support too.

Reply via email to