std.parallelism equivalents for posix fork and multi-machine processing
    Laeeth Isharc via Digitalmars-d 
    digitalmars-d at puremagic.com
       
    Wed May 13 13:28:01 PDT 2015
    
    
  
Is there value to having equivalents to the std.parallelism 
approach that works with processes rather than threads, and makes 
it easy to manage tasks over multiple machines?
I took a look at std.parallelism and it's beyond what I can do 
for now.  But it seems like this might be a useful project, and 
not one of unmanageable difficulty...
    
    
More information about the Digitalmars-d
mailing list