fork/waitpid and std.concurrency.spawn
    FreeSlave via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Tue Jul 22 03:43:56 PDT 2014
    
    
  
On Tuesday, 22 July 2014 at 07:58:50 UTC, Puming wrote:
> 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.
You need std.process.
    
    
More information about the Digitalmars-d-learn
mailing list