fork/waitpid and std.concurrency.spawn

Puming via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Jul 22 00:58:48 PDT 2014


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.


More information about the Digitalmars-d-learn mailing list